From cab6cf997006f80a8a32589ef447b98fbd305961 Mon Sep 17 00:00:00 2001 From: Evgeny Date: Sun, 26 Aug 2018 19:29:56 -0500 Subject: [PATCH] inline doc update --- inc/roctracer.h | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/inc/roctracer.h b/inc/roctracer.h index 9de39ceae4..006fa96ada 100644 --- a/inc/roctracer.h +++ b/inc/roctracer.h @@ -22,20 +22,14 @@ THE SOFTWARE. //////////////////////////////////////////////////////////////////////////////// // -// ROC Profiler API +// ROC Tracer API // -// The goal of the implementation is to provide a HW specific low-level -// performance analysis interface for profiling of GPU compute applications. -// The profiling includes HW performance counters (PMC) with complex -// performance metrics and thread traces (SQTT). The profiling is supported -// by the SQTT, PMC and Callback APIs. +// 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. // -// The library can be used by a tool library loaded by HSA runtime or by -// higher level HW independent performance analysis API like PAPI. -// -// The library is written on C and will be based on AQLprofile AMD specific -// HSA extension. The library implementation requires HSA API intercepting and -// a profiling queue supporting a submit callback interface. +// The API provides functionality for registering the runtimes API callbacks and +// asyncronous activity records pool support. // ////////////////////////////////////////////////////////////////////////////////