Skip to content

Commit 0cbdf52

Browse files
Copilotvlkale
andcommitted
Address code review feedback - clarify documentation
Co-authored-by: vlkale <11766050+vlkale@users.noreply.github.com>
1 parent ef7ad0e commit 0cbdf52

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/connectors/ScoreP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ScoreP is particularly valuable for:
2121
- Tracing communication and synchronization in distributed applications
2222
- Performance tuning of HPC applications
2323

24-
Note: While ScoreP provides advanced tracing capabilities from a third-party library, it focuses on profiling and tracing rather than intelligent analysis or automatic tuning (unlike tools such as APEX).
24+
Note: While ScoreP provides advanced tracing capabilities as a third-party library, it focuses on profiling and tracing rather than intelligent analysis or automatic tuning (unlike tools such as APEX).
2525

2626
## Installation and Setup
2727

docs/connectors/Timemory.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,9 @@ timemory-roofline -t gpu_roofline \
128128

129129
## Output
130130

131-
Output is located in `timemory-output/<DATE-TIME>` unless `KOKKOS_ROOFLINE` is set. The `<DATE-TIME>` format can be customized via `TIMEMORY_TIME_FORMAT` (default: `"%F_%I.%M_%p"`).
131+
Output is located in `timemory-output/<DATE-TIME>` by default. The `<DATE-TIME>` format can be customized via `TIMEMORY_TIME_FORMAT` (default: `"%F_%I.%M_%p"`).
132+
133+
When using roofline analysis with `KOKKOS_ROOFLINE=ON`, the output location is controlled by the `TIMEMORY_OUTPUT_PATH` environment variable as shown in the roofline example above.
132134

133135
Output formats include:
134136
- Console output (printed at end of application)

0 commit comments

Comments
 (0)