Skip to content

Commit

Permalink
README.md: Fix spelling of OProfile, Sysprof, Xperf, Python profilers
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork authored and jrfonseca committed Jun 6, 2024
1 parent b3ab491 commit 1d86603
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ It can:
* read output from:
* [Linux perf](https://perf.wiki.kernel.org/)
* [Valgrind's callgrind tool](https://valgrind.org/docs/manual/cl-manual.html)
* [oprofile](https://oprofile.sourceforge.net/)
* [sysprof](http://www.sysprof.com/)
* [xperf](https://learn.microsoft.com/en-us/windows-hardware/test/wpt/)
* [OProfile](https://oprofile.sourceforge.net/)
* [Sysprof](http://www.sysprof.com/)
* [Xperf](https://learn.microsoft.com/en-us/windows-hardware/test/wpt/)
* [VTune](https://www.intel.com/content/www/us/en/developer/tools/oneapi/vtune-profiler.html)
* [Very Sleepy](https://www.codersnotes.com/sleepy/)
* [python profilers](https://docs.python.org/3/library/profile.html#profile-stats)
* [Python profilers](https://docs.python.org/3/library/profile.html#profile-stats)
* [Java's HPROF](https://docs.oracle.com/javase/7/docs/technotes/samples/hprof.html)
* prof, [gprof](https://sourceware.org/binutils/docs/gprof/)
* [DTrace](https://en.wikipedia.org/wiki/DTrace)
Expand Down

0 comments on commit 1d86603

Please sign in to comment.