From 1301dd05dcc8f424d4da2c7c78f0a9d2ccfb90a1 Mon Sep 17 00:00:00 2001 From: Victor Zarubkin Date: Tue, 15 May 2018 23:56:29 +0300 Subject: [PATCH] #0 [Core] fixed typo --- easy_profiler_core/profile_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy_profiler_core/profile_manager.cpp b/easy_profiler_core/profile_manager.cpp index 5a70c59..69391a9 100644 --- a/easy_profiler_core/profile_manager.cpp +++ b/easy_profiler_core/profile_manager.cpp @@ -252,7 +252,7 @@ profiler::ThreadGuard::~ThreadGuard() ////////////////////////////////////////////////////////////////////////// #if defined(EASY_CHRONO_CLOCK) -static EASY_CONSTEXPR_FUN int64_t calculate_cpu_frequency() +static EASY_CONSTEXPR_FCN int64_t calculate_cpu_frequency() { return EASY_CHRONO_CLOCK::period::den / EASY_CHRONO_CLOCK::period::num }