Enable single pass counter collection (#833)

[ROCm/rocprofiler-compute commit: 6a77d241ed]
This commit is contained in:
xuchen-amd
2025-08-06 10:35:05 -04:00
committad av GitHub
förälder 5084aad00b
incheckning 34dd26fb07
18 ändrade filer med 778 tillägg och 56 borttagningar
@@ -26,13 +26,12 @@
import csv
import glob
import logging
import os
import re
import shlex
import shutil
import time
from abc import ABC, abstractmethod
from abc import abstractmethod
from pathlib import Path
import pandas as pd
@@ -350,6 +349,10 @@ class RocProfCompute_Base:
console_log("Command: " + str(self.__args.remaining))
console_log("Kernel Selection: " + str(self.__args.kernel))
console_log("Dispatch Selection: " + str(self.__args.dispatch))
if self.get_args().set_selected:
console_log("Set Selection: " + str(self.__args.set_selected))
if self.get_args().filter_blocks is None:
console_log("Report Sections: All")
else: