ROCm / rocprofiler

ROC profiler library. Profiling with perf-counters and derived metrics.
https://rocm.docs.amd.com/projects/rocprofiler/en/latest/
Other
116 stars 44 forks source link

Is there any update about the document? #52

Open adfc93 opened 2 years ago

adfc93 commented 2 years ago

Hi, is there any update about the document? It seems that something has changed. For example, in the document, it says

const char* rocprofiler_error_string();

but in fact, the function is

hsa_status_t rocprofiler_error_string(
    const char** str); 

Thank you.