我正在尝试找出将使用rdtsc()函数获取的CPU周期转换为秒的简便方法。\n例如:\n
unsigned long long start, stop; start = rdtsc(); stop = rdtsc(); printf(" CPU CYCLES: %llu\n", b-a);
\n是否有可能将其转换为以秒为单位的时间?
用户名或电子邮箱地址
密码