diff --git a/src/utils.h b/src/utils.h index 6f6cdd3..a14711f 100644 --- a/src/utils.h +++ b/src/utils.h @@ -32,4 +32,4 @@ class __benchmark_impl bool m_InternalBenchmarkingEnabled; }; -#define benchmark() __benchmark_impl __benchmark_impl_timer(__PRETTY_FUNCTION__) \ No newline at end of file +#define benchmark(message) __benchmark_impl __benchmark_impl_timer(message) \ No newline at end of file