MegEngine / mperf

mperf是一个面向移动/嵌入式平台的算子性能调优工具箱
Apache License 2.0
170 stars 27 forks source link

报错找不到mperf::CpuCounterSet #18

Open hayyaw opened 1 year ago

hayyaw commented 1 year ago

来源为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,如果支持,要如何测试?按现有文档说明会报错