We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
来源为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,如果支持,要如何测试?按现有文档说明会报错
The text was updated successfully, but these errors were encountered:
No branches or pull requests
来源为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,如果支持,要如何测试?按现有文档说明会报错
The text was updated successfully, but these errors were encountered: