Change normal_unit default to per_kernel

[ROCm/rocprofiler-compute commit: 6ece52fbe8]
This commit is contained in:
Fei Zheng
2025-02-27 12:46:47 -07:00
committato da GitHub
parent 4b1979912b
commit a8ade68e64
2 ha cambiato i file con 10 aggiunte e 3 eliminazioni
+8 -1
Vedi File
@@ -4,7 +4,14 @@ Full documentation for ROCm Compute Profiler is available at [https://rocm.docs.
## Unreleased
* Add Docker files to package the application and dependencies into a single portable and executable standalone binary file
### Added
* Add Docker files to package the application and dependencies into a single portable and executable standalone binary file
### Changed
* Change normal_unit default to per_kernel
## (Unreleased) ROCm Compute Profiler 3.1.0 for ROCm 6.4.0
@@ -535,9 +535,9 @@ Examples:
"--normal-unit",
dest="normal_unit",
metavar="",
default="per_wave",
default="per_kernel",
choices=["per_wave", "per_cycle", "per_second", "per_kernel"],
help="\t\tSpecify the normalization unit: (DEFAULT: per_wave)\n\t\t per_wave\n\t\t per_cycle\n\t\t per_second\n\t\t per_kernel",
help="\t\tSpecify the normalization unit: (DEFAULT: per_kernel)\n\t\t per_wave\n\t\t per_cycle\n\t\t per_second\n\t\t per_kernel",
)
analyze_advanced_group.add_argument(
"-t",