Closed trink closed 6 years ago
As per comment (2): https://github.com/mozilla-services/hindsight/pull/137#issuecomment-350621435 The utility will look for matched sets of start/end prefixes followed by a colon and the timer name then compute the count, min, max, average and standard deviation outputting the result as a tsv.
print("START_TIMER:foo") --- do foo print("END_TIMER:foo")
1515017287796327572 [debug] START_TIMER:foo 1515017287796347586 [debug] END_TIMER:foo
As per comment (2): https://github.com/mozilla-services/hindsight/pull/137#issuecomment-350621435 The utility will look for matched sets of start/end prefixes followed by a colon and the timer name then compute the count, min, max, average and standard deviation outputting the result as a tsv.
Code
Log
Output