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:
parent
03db640132
commit
1301dd05dc
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user