0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-26 16:11:02 +08:00

#0 [Core] fixed typo

This commit is contained in:
Victor Zarubkin 2018-05-15 23:56:29 +03:00
parent 03db640132
commit 1301dd05dc

View File

@ -252,7 +252,7 @@ profiler::ThreadGuard::~ThreadGuard()
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
#if defined(EASY_CHRONO_CLOCK) #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 return EASY_CHRONO_CLOCK::period::den / EASY_CHRONO_CLOCK::period::num
} }