11# About
22
3- HWCPipe is a utility that allows applications to sample performance counters from Arm® Immortalis™
4- and Arm Mali™ GPUs. This information allows developers to profile and optimize their application
5- workload using their existing in-house performance tooling, and gives the ability to display
6- performance data live in the application user interface.
3+ libGPUCounters (formerly called HWCPipe) is a utility that allows applications to sample performance
4+ counters from Arm® Immortalis™ and Arm Mali™ GPUs. This information allows developers to profile and
5+ optimize their application workload using their existing in-house performance tooling, and gives the
6+ ability to display performance data live in the application user interface.
77
8- The HWCPipe 2.x series is a major rewrite of the library, capable of exposing all of the public
8+ The 2.x release series is a major rewrite of the library, capable of exposing all of the public
99performance counters accessible in the Arm Streamline profiler. This version of the library
1010is not API compatible with the 1.x series, and no longer supports Arm CPU performance counters.
1111
@@ -25,7 +25,7 @@ you acknowledge that you accept terms specified in the [LICENSE.md](LICENSE.md)
2525
2626# Building
2727
28- The HWCPipe library is designed to be embedded into existing CMake build process. Clone the GitHub
28+ The library is designed to be embedded into existing CMake build process. Clone the GitHub
2929repository and add it as a subdirectory to your CMakeLists.txt. A single library target, called
3030` hwcpipe ` , is made available for you to link to your project.
3131
@@ -55,6 +55,6 @@ graphics development or technology please submit them on the [Arm Community grap
5555
5656- - -
5757
58- _ Copyright © 2023, Arm Limited and contributors. All rights reserved._
58+ _ Copyright © 2023-2024 , Arm Limited and contributors. All rights reserved._
5959
6060[ 1 ] : https://community.arm.com/support-forums/f/graphics-gaming-and-vr-forum/
0 commit comments