mperf icon indicating copy to clipboard operation
mperf copied to clipboard

报错找不到mperf::CpuCounterSet

Open hayyaw opened this issue 2 years ago • 0 comments

来源为README中的示例: mperf::CpuCounterSet cpuset = "CYCLES,INSTRUCTIONS,..."; mperf::XPMU xpmu(cpuset); xpmu.run();

... // add your function to be measured

xpmu.sample(); xpmu.stop(); 使用时报错找不到,是否支持android机器cpu测试算子执行过程的 GFLOPs和 GBPs,如果支持,要如何测试?按现有文档说明会报错

hayyaw avatar Oct 09 '23 12:10 hayyaw