Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/profile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ may not be relevant. The output will be written to `io`, which defaults to `stdo
Slow operations will be highlighted in the output: Entries colored in yellow are among the
slowest 25%, while entries colored in red are among the slowest 5% of all operations.

!!! compat "Julia 1.9" This functionality is only available on Julia 1.9 and later.
!!! compat "Julia 1.9"
This functionality is only available on Julia 1.9 and later.

## External profilers (`external=true`, when an external profiler is detected)

Expand Down