We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 510db13 commit dd56dbfCopy full SHA for dd56dbf
doc/src/manual/profile.md
@@ -23,8 +23,7 @@ is subject to statistical noise.
23
24
Despite these limitations, sampling profilers have substantial strengths:
25
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)).
+ * You do not have to make any modifications to your code to take timing measurements.
28
* It can profile into Julia's core code and even (optionally) into C and Fortran libraries.
29
* By running "infrequently" there is very little performance overhead; while profiling, your code
30
can run at nearly native speed.
0 commit comments