doc improvements for 1.0.0 part 2 (#330)

* update installation steps

* Github Issue #50 Adding README's for samples

* Making name change to ROCprofiler-SDK for consistency

* Fix HIP trace documentation

* Fix HSA trace in docs

* Fix kernel trace in docs

* Fixing memory copy and memory allocation traces

* runtime trace and sys trace doc update

* Fix scratch memory doc

* kernel naming and filtering options

* Adding collection period in docs

* Perfetto configs update

* summary output file

* kernel trace format fix

* update CHANGELOG

* Agent index doc update

* rocm-smi output

* group by queue option

* Updated --group-by-queue description

* perfetto visualization

---------

Co-authored-by: Ian Trowbridge <Ian.Trowbridge@amd.com>
Этот коммит содержится в:
Bhardwaj, Gopesh
2025-04-16 02:00:07 +05:30
коммит произвёл GitHub
родитель 4fbcfd142c
Коммит ca7cce9e81
32 изменённых файлов: 744 добавлений и 106 удалений
+8 -8
Просмотреть файл
@@ -1,9 +1,9 @@
"Domain","Function","Process_Id","Thread_Id","Correlation_Id","Start_Timestamp","End_Timestamp"
"HIP_RUNTIME_API","hipGetDevicePropertiesR0600",238,238,1,1191915574691984,1191915687784011
"HIP_RUNTIME_API","hipMalloc",238,238,2,1191915691312459,1191915691388696
"HIP_RUNTIME_API","hipMalloc",238,238,3,1191915691390637,1191915691423279
"HIP_RUNTIME_API","hipMemcpy",238,238,4,1191915691439107,1191916547828448
"HIP_RUNTIME_API","hipLaunchKernel",238,238,5,1191916547842972,1191916548408842
"HIP_RUNTIME_API","hipMemcpy",238,238,6,1191916548412677,1191916550217834
"HIP_RUNTIME_API","hipFree",238,238,7,1191916562618151,1191916562789093
"HIP_RUNTIME_API","hipFree",238,238,8,1191916562790923,1191916562836351
"HIP_RUNTIME_API_EXT","hipGetDevicePropertiesR0600",238,238,1,1191915574691984,1191915687784011
"HIP_RUNTIME_API_EXT","hipMalloc",238,238,2,1191915691312459,1191915691388696
"HIP_RUNTIME_API_EXT","hipMalloc",238,238,3,1191915691390637,1191915691423279
"HIP_RUNTIME_API_EXT","hipMemcpy",238,238,4,1191915691439107,1191916547828448
"HIP_RUNTIME_API_EXT","hipLaunchKernel",238,238,5,1191916547842972,1191916548408842
"HIP_RUNTIME_API_EXT","hipMemcpy",238,238,6,1191916548412677,1191916550217834
"HIP_RUNTIME_API_EXT","hipFree",238,238,7,1191916562618151,1191916562789093
"HIP_RUNTIME_API_EXT","hipFree",238,238,8,1191916562790923,1191916562836351
1 Domain Function Process_Id Thread_Id Correlation_Id Start_Timestamp End_Timestamp
2 HIP_RUNTIME_API HIP_RUNTIME_API_EXT hipGetDevicePropertiesR0600 238 238 1 1191915574691984 1191915687784011
3 HIP_RUNTIME_API HIP_RUNTIME_API_EXT hipMalloc 238 238 2 1191915691312459 1191915691388696
4 HIP_RUNTIME_API HIP_RUNTIME_API_EXT hipMalloc 238 238 3 1191915691390637 1191915691423279
5 HIP_RUNTIME_API HIP_RUNTIME_API_EXT hipMemcpy 238 238 4 1191915691439107 1191916547828448
6 HIP_RUNTIME_API HIP_RUNTIME_API_EXT hipLaunchKernel 238 238 5 1191916547842972 1191916548408842
7 HIP_RUNTIME_API HIP_RUNTIME_API_EXT hipMemcpy 238 238 6 1191916548412677 1191916550217834
8 HIP_RUNTIME_API HIP_RUNTIME_API_EXT hipFree 238 238 7 1191916562618151 1191916562789093
9 HIP_RUNTIME_API HIP_RUNTIME_API_EXT hipFree 238 238 8 1191916562790923 1191916562836351