Skip to content

Commit dd56dbf

Browse files
authored
remove mention of old instrumenting profiler from docs (#32291)
1 parent 510db13 commit dd56dbf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/src/manual/profile.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ is subject to statistical noise.
2323

2424
Despite these limitations, sampling profilers have substantial strengths:
2525

26-
* You do not have to make any modifications to your code to take timing measurements (in contrast
27-
to the alternative [instrumenting profiler](https://github.com/timholy/IProfile.jl)).
26+
* You do not have to make any modifications to your code to take timing measurements.
2827
* It can profile into Julia's core code and even (optionally) into C and Fortran libraries.
2928
* By running "infrequently" there is very little performance overhead; while profiling, your code
3029
can run at nearly native speed.

0 commit comments

Comments
 (0)