From cb735a1241d0d9280424e9c554b2df57b3701714 Mon Sep 17 00:00:00 2001 From: eshcherb <33529668+eshcherb@users.noreply.github.com> Date: Sun, 26 Aug 2018 19:27:36 -0500 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad5b6216e6..11e8bf79ae 100644 --- a/README.md +++ b/README.md @@ -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