[PC Sampling] Separate counts for issued and stalled samples (#756)
[ROCm/rocprofiler-compute commit: 451be8a600]
这个提交包含在:
@@ -993,7 +993,7 @@ def pc_sampling_prof(
|
||||
"ROCPROFILER_PC_SAMPLING_BETA_ENABLED": "1",
|
||||
"ROCPROF_PC_SAMPLING_UNIT": unit,
|
||||
"ROCPROF_PC_SAMPLING_INTERVAL": str(interval),
|
||||
"ROCPROF_PC_SAMPLING_METHOD": "host_trap",
|
||||
"ROCPROF_PC_SAMPLING_METHOD": method,
|
||||
}
|
||||
new_env = os.environ.copy()
|
||||
for key, value in options.items():
|
||||
@@ -1007,7 +1007,7 @@ def pc_sampling_prof(
|
||||
options = [
|
||||
"--pc-sampling-beta-enabled",
|
||||
"--pc-sampling-method",
|
||||
"host_trap",
|
||||
method,
|
||||
"--pc-sampling-unit",
|
||||
unit,
|
||||
"--output-format",
|
||||
|
||||
在新工单中引用
屏蔽一个用户