aboutsummaryrefslogtreecommitdiffstats
path: root/includes/profiler/SectionProfiler.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/profiler/SectionProfiler.php')
-rw-r--r--includes/profiler/SectionProfiler.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/includes/profiler/SectionProfiler.php b/includes/profiler/SectionProfiler.php
index 1ccee8be5109..3533766838c5 100644
--- a/includes/profiler/SectionProfiler.php
+++ b/includes/profiler/SectionProfiler.php
@@ -23,9 +23,11 @@ use Psr\Log\LoggerInterface;
use Wikimedia\ScopedCallback;
/**
- * Arbitrary section name based PHP profiling. This custom profiler can track
- * code execution that doesn't cleanly map to a function call and thus can't be
- * handled by Xhprof or Excimer. For example, parser invocations or DB queries.
+ * Arbitrary section name based PHP profiling.
+ *
+ * This custom profiler can track code execution that doesn't cleanly map to a
+ * function call and thus can't be handled by ProfilerXhprof or ProfilerExcimer.
+ * For example, parser invocations or DB queries.
*
* @since 1.25
* @ingroup Profiler