Skip to content

Commit e3b6210

Browse files
Tweak profiling docs (#563)
1 parent 4903c64 commit e3b6210

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/src/profiling.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ find which kernels needs optimization.
2525
As we cannot use the Julia profiler for this task, we will use Metal's GPU profiler
2626
directly. Use the `Metal.@profile` macro to surround the code code of interest. This macro
2727
tells your system to track GPU calls and usage statistics and will save this information in
28-
a temporary folder ending in '.trace'. For later viewing, copy this folder to a stable
29-
location or use the 'dir' argument of the profile macro to store the gputrace to a different
30-
location directly.
28+
a temporary folder ending in '.trace'. For later viewing in Xcode's Instruments app,
29+
copy this folder to a stable location.
3130

3231
The resulting trace can be opened with the Instruments app, part of Xcode.
3332

0 commit comments

Comments
 (0)