From f261f29d1ea154199ce16c3821d563f299b175f0 Mon Sep 17 00:00:00 2001 From: eshcherb <33529668+eshcherb@users.noreply.github.com> Date: Sat, 11 Jan 2020 05:35:16 -0600 Subject: [PATCH] Update roctracer_spec.md --- doc/roctracer_spec.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/roctracer_spec.md b/doc/roctracer_spec.md index a0f42b658c..87a6090309 100644 --- a/doc/roctracer_spec.md +++ b/doc/roctracer_spec.md @@ -1,8 +1,8 @@ # ROC Tracer Library Specification ``` -The rocTracer API is agnostic to specific runtime and may trace +- The rocTracer API is agnostic to specific runtime and may trace the runtime API calls and asynchronous GPU activity. -Also, application code annotation rocTX API is provided. +- The rocTX API is provided for application code annotation. ``` ## 1. High level overview ``` @@ -728,7 +728,7 @@ void stop_tracing() { } ///////////////////////////////////////////////////////////////////////////// ``` -'rocTX' application code annotation +## 5. rocTX application code annotation ``` Basic API: markers and nested ranges. // A marker created by given ASCII massage