From b9ded61eb3c77a25b65d1c40d70ab88720be412e Mon Sep 17 00:00:00 2001 From: eshcherb <33529668+eshcherb@users.noreply.github.com> Date: Mon, 6 Jan 2020 13:42:02 -0600 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f4965b92f8..71aa93aff0 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Includes basic API: roctxMark, roctxRangePush, roctxRangePop. ## The library source tree ``` + - doc - documentation - inc/roctracer.h - rocTacer library public API header - inc/roctx.h - rocTX library puiblic API header - src - Library sources @@ -25,12 +26,11 @@ Includes basic API: roctxMark, roctxRangePush, roctxRangePop. ## Documentation ``` - - API description/headers: - - inc/roctracer.h - - inc/roctx.h + - API description: + - ['roctracer' profiling C API specification](doc/roctracer_spec.md) - Code examples: - - test/MatrixTranspose_test/MatrixTranspose.cpp - - test/MatrixTranspose/MatrixTranspose.cpp + - [test/MatrixTranspose_test/MatrixTranspose.cpp](test/MatrixTranspose_test/MatrixTranspose.cpp) + - [test/MatrixTranspose/MatrixTranspose.cpp](test/MatrixTranspose/MatrixTranspose.cpp) ``` ## To build and run test