Skip to content

Commit

Permalink
doc: minor wording improvement to the diagnostics guide
Browse files Browse the repository at this point in the history
Change-Id: I8469fbbb934f096f04ad68c592aacdb805b6d2d4
GitHub-Last-Rev: 6d2cfcc
GitHub-Pull-Request: #23754
Reviewed-on: https://go-review.googlesource.com/92996
Reviewed-by: Andrew Bonventre <andybons@golang.org>
  • Loading branch information
rakyll committed Feb 9, 2018
1 parent c6e7330 commit ee59f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/diagnostics.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ <h2 id="tracing">Tracing</h2>
<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>
Expand Down

0 comments on commit ee59f6d

Please sign in to comment.