From 1d86603aa2edf6fc5a8d212e2a464da5989af74b Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Wed, 5 Jun 2024 23:00:15 +0200 Subject: [PATCH] README.md: Fix spelling of OProfile, Sysprof, Xperf, Python profilers --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 34ff968..9d91596 100644 --- a/README.md +++ b/README.md @@ -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)