aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJBD <jbd@google.com>2018-02-09 01:14:31 +0000
committerJBD <jbd@google.com>2018-02-09 01:22:35 +0000
commitee59f6dff2c25b39d12b16082343a74c825b5ea1 (patch)
treecf1fbc2669f5078ff1399a8f431b1aeefd683fc3
parentc6e7330ebd901aa9b9ac8ed4223fe0a0d71b1b13 (diff)
downloadgo-ee59f6dff2c25b39d12b16082343a74c825b5ea1.tar.gz
go-ee59f6dff2c25b39d12b16082343a74c825b5ea1.zip
doc: minor wording improvement to the diagnostics guide
Change-Id: I8469fbbb934f096f04ad68c592aacdb805b6d2d4 GitHub-Last-Rev: 6d2cfcc23d0d8e6a1b6ca383dae51f0cada2e1b3 GitHub-Pull-Request: golang/go#23754 Reviewed-on: https://go-review.googlesource.com/92996 Reviewed-by: Andrew Bonventre <andybons@golang.org>
-rw-r--r--doc/diagnostics.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/diagnostics.html b/doc/diagnostics.html
index 0ed0e81b92..35aae156e8 100644
--- a/doc/diagnostics.html
+++ b/doc/diagnostics.html
@@ -222,7 +222,7 @@ an execution tracer to trace the runtime events within an interval.
<p>Tracing enables us to:</p>
<ul>
-<li>Instrument and profile application latency in a Go process.</li>
+<li>Instrument and analyze application latency in a Go process.</li>
<li>Measure the cost of specific calls in a long chain of calls.</li>
<li>Figure out the utilization and performance improvements.
Bottlenecks are not always obvious without tracing data.</li>