Skip to content

Commit bdcab05

Browse files
authored
Update readme to reflect new project name (#80)
1 parent 65a9ab8 commit bdcab05

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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
99
performance counters accessible in the Arm Streamline profiler. This version of the library
1010
is 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
2929
repository 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

Comments
 (0)