rocprofiler
rocprofiler copied to clipboard
ROC profiler library. Profiling with perf-counters and derived metrics.
HIP/HSA are now correct in all trace options.
This is used in-chain with other tools, and could be misinterpreted
This fixes a minor typo in the main rocprof help text (#96): cnocurrent -> concurrent
Fix issue https://github.com/ROCm-Developer-Tools/rocprofiler/issues/89
Added total amount of memory transferred through L2 cache for gfx908 target
Fixed L2CacheHit metric for gfx908 target
Sometimes it's very useful in debug process
Added explicit check for infinite recursion in EnableExecutableTracking function. It's impossible to guarantee any order of EnableExecutableTracking and InitHsaApiTable. Removing null check for hsa_api_.hsa_init will add dependency from number and...