1
0
mirror of https://github.com/golang/go synced 2024-11-11 19:21:37 -07:00

doc: minor wording improvement to the diagnostics guide

Change-Id: I7ca964a8bce1f7a990c25f61035ffbecb8548fcd
This commit is contained in:
JBD 2018-02-08 17:12:58 -08:00
parent c6e7330ebd
commit 6d2cfcc23d

View File

@ -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>