Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/xhprof-0.9.2/xhprof_html/docs/index.html')
-rwxr-xr-xtests/lib/xhprof-0.9.2/xhprof_html/docs/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/xhprof-0.9.2/xhprof_html/docs/index.html b/tests/lib/xhprof-0.9.2/xhprof_html/docs/index.html
index 5e75a6ea36..327a1065e6 100755
--- a/tests/lib/xhprof-0.9.2/xhprof_html/docs/index.html
+++ b/tests/lib/xhprof-0.9.2/xhprof_html/docs/index.html
@@ -74,7 +74,7 @@ system-wide performance monitoring system in use at Facebook that is
built on top of XHProf. XHProfLive continually gathers function-level
profiler data from production tier by running a sample of page
requests under XHProf. XHProfLive then aggregates the profile data
-corresponding to individual requests by various dimensions such a
+corresponding to individual requests by various dimensions such as
time, page type, and can help answer a variety of questions such as:
What is the function-level profile for a specific page? How expensive
is function "foo" across all pages, or on a specific page? What
@@ -98,7 +98,7 @@ historical trend for execution time of a page/function? and so on.
<ul>
<li><b>Flat profile</b> (<a href="sample-flat-view.jpg" >screenshot</a>)
-<p>Provides function-level summary information such number of calls,
+<p>Function-level summary information such as number of calls,
inclusive/exclusive wall time, memory usage, and CPU time.
<p><li><b>Hierarchical profile (Parent/Child View)</b>