Update README.md

[ROCm/roctracer commit: cb735a1241]
This commit is contained in:
eshcherb
2018-08-26 19:27:36 -05:00
zatwierdzone przez GitHub
rodzic 85d7dc482c
commit b300cc9ba5
+13 -2
Wyświetl plik
@@ -1,9 +1,14 @@
# ROC-tracer
```
ROC-tracer library, Runtimes Generic Callback/Activity APIs.
The goal of the implementation is to provide a generic independent from
specific runtime profiler to trace API and asyncronous activity.
ROC tracer library. Callback/Activity APIs
The API provides functionality for registering the runtimes API callbacks and
asyncronous activity records pool support.
```
The library source tree:
- doc - Documentation
- inc/roctracer.h - Library public API
- src - Library sources
- core - Library API sources
@@ -11,6 +16,12 @@ The library source tree:
- test - test suit
- MatrixTranspose - test based on HIP MatrixTranspose sample
## Documentation
```
- API description: inc/roctracer.h
- Code exaple: test/MatrixTranspose/MatrixTranspose.cpp
```
## To build and run test
```
cd <your path>