catapult-project / catapult

Deprecated Catapult GitHub. Please instead use http://crbug.com "Speed>Benchmarks" component for bugs and https://chromium.googlesource.com/catapult for downloading and editing source code..
https://chromium.googlesource.com/catapult
BSD 3-Clause "New" or "Revised" License
1.91k stars 563 forks source link

Logging wrapper using time.time() #4507

Closed eakuefner closed 5 years ago

eakuefner commented 6 years ago

We're using logs-based metrics to measure more characteristics of the Dashboard's performance; would be nice to be able to use a helper rather than calling logging.info manually.