Linux替代Windows高分辨率性能计数器API
作者:互联网
我正在寻找Windows高分辨率性能计数器API的替代品,特别是以下API函数:
> QueryPerformanceFrequency
> QueryPerformanceCounter
谢谢.
解决方法:
请参见带有CLOCK_MONOTONIC_RAW标志的clock_gettime()
和clock_getres()
.
以下是如何使用它的示例:
> stopwatch.h
> stopwatch.c
> stopwatch_example.c
标签:linux,performancecounter 来源: https://codeday.me/bug/20190726/1540723.html