8 #include "FormatString/FormatString.hpp"
9 #include "sapphirepch.h"
19 bool replace(std::string& str,
const std::string& from,
const std::string& to);
22 std::string to_string(
const int& value);
25 std::string to_string(
const float& value);
36 static void disable();
41 std::chrono::time_point<std::chrono::high_resolution_clock> m_StartTimePoint;
42 std::string_view m_FunctionName;
43 static bool m_BenchmarkingEnabled;
44 bool m_InternalBenchmarkingEnabled;
47 #define benchmark(message) __benchmark_impl __benchmark_impl_timer(message)