mirror of
https://github.com/yse/easy_profiler.git
synced 2024-12-26 16:11:02 +08:00
ecbe7780e6
BUILD_WITH_CHRONO_STEADY_CLOCK - use std::chrono::steady_clock as a timer. By default is OFF BUILD_WITH_CHRONO_HIGH_RESOLUTION_CLOCK - use std::chrono::high_resolution_clock as a timer. By default is OFF If both is set to ON - use std::chrono::high_resolution_clock. If both is set to OFF - use QueryPerformanceCounter/rtdsc timer. Note: Do not forget clean CMakeCache file if you've changed an option.