HWCPipe icon indicating copy to clipboard operation
HWCPipe copied to clipboard

Hardware counters interface

Results 8 HWCPipe issues
Sort by recently updated
recently updated
newest added

➜ build git:(main) make [ 50%] Building CXX object CMakeFiles/api-example.dir/api_example.cpp.o /Users/xxx/work/HWCPipe/examples/api_example.cpp:7:10: fatal error: 'device/product_id.hpp' file not found #include ^~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. make[2]: *** [CMakeFiles/api-example.dir/api_example.cpp.o] Error 1 make[1]: *** [CMakeFiles/api-example.dir/all]...

Hi there, we are using HwcPipe analyzing GPU performance of our game, and we found that on the MTK 9200 chip, a sudden GPU memory drop occurs after calling start_sampling()....

In the source file `all_gpu_counters.cpp`, line 11492, the `MaliGPUActiveCy` counter has been declared with the constant `MaliGPUActive2Cy` (note the '2'). This results in garbage counter values being returned for `MaliGPUActiveCy`...

Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.26.6 to 20.36.1. Release notes Sourced from virtualenv's releases. 20.36.1 What's Changed release 20.36.0 by @​gaborbernat in pypa/virtualenv#3011 fix: resolve TOCTOU vulnerabilities in app_data and lock directory...

dependencies
python

Modify the enum to a fixed size, making it easy for users to confirm its size during coding. For example, with hwcpipe_counter, users can conveniently create a default sampling counter...

The counter table in `hwcpipe/src/hwcpipe/all_gpu_counters.cpp` is very large and has a very long compile time (up to 10 minutes on my build machine). We should break this up to improve...

Kirin devices, such as Kirin 9000, have a customized kernel driver that is reporting core masks incorrectly with multiple coherency group masks even though the coherency group count is 1....