Skip to content

Commit

Permalink
change table header names (#70)
Browse files Browse the repository at this point in the history
Signed-off-by: Tetsuo Watanabe <[email protected]>

Signed-off-by: Tetsuo Watanabe <[email protected]>
  • Loading branch information
nabetetsu authored Nov 17, 2022
1 parent 69fd0dd commit 0b02cb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tilde_vis/tilde_vis/latency_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -601,8 +601,8 @@ def handle_stat(self, stamps):
'{:>6} {:>6} {:>6}'
logs.append(fmt.format(
'topic',
'e2e', 'e2e', 'e2e',
'e2e_s', 'e2e_s', 'e2e_s'
'min', 'mean', 'max',
'min_s', 'mean_s', 'max_s'
))

for stat in stats:
Expand Down

0 comments on commit 0b02cb0

Please sign in to comment.