summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--development/perf/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/development/perf/README b/development/perf/README
index 28fa61b406..56771df929 100644
--- a/development/perf/README
+++ b/development/perf/README
@@ -1,8 +1,8 @@
perf is a userspace interface to the kernel's perf events. Performance
-counters are CPU hardware registers that count hardware events such as
-instructions executed, cache-misses suffered, or branches mispredicted. They
-form a basis for profiling applications to trace dynamic control flow and
-identify hotspots.
+counters are CPU hardware registers that count hardware events
+such as instructions executed, cache-misses suffered, or branches
+mispredicted. They form a basis for profiling applications to trace
+dynamic control flow and identify hotspots.
Please note that this SBo doesn't have any sources in the DOWNLOAD
setting, as the sources are already part of a full slackware install.