报错找不到mperf::CpuCounterSet
Open
- Dominant language
- C++
- Stars
- 197
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
来源为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,如果支持,要如何测试?按现有文档说明会报错
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the README example containing mperf::CpuCounterSet, then locate the C++ definitions for CpuCounterSet and XPMU and check whether the documented API is available on Android. Done means either the example works as documented or the README clearly explains the supported Android CPU measurements and testing steps.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, cpp
- Domain
- mobile-dev, performance
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100