Skip to content

Commit

Permalink
Explain "self time" in graph view (jaegertracing#655)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <github@ysh.us>
Signed-off-by: vvvprabhakar <vvvprabhakar@gmail.com>
  • Loading branch information
yurishkuro authored and vvvprabhakar committed Jul 4, 2021
1 parent f170fc3 commit 551cc8c
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const HELP_CONTENT = (
</Button>
</td>
<td>Selftime</td>
<td>Colored by self time</td>
<td>Colored by self time (*)</td>
</tr>
</tbody>
</table>
Expand All @@ -105,6 +105,10 @@ const HELP_CONTENT = (
</text>
</svg>
</div>
<div>
(*) <b>Self time</b> is the total time spent in a span when it was not waiting on children. For example,
a 10ms span with two 4ms non-overlapping children would have <b>self-time = 10ms - 2 * 4ms = 2ms</b>.
</div>
</div>
);

Expand Down

0 comments on commit 551cc8c

Please sign in to comment.