Update README.md
This commit is contained in:
+13
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user