amzn / hawktracer

HawkTracer is a highly portable, low-overhead, configurable profiling tool built in Amazon Video for getting performance metrics from low-end devices.
MIT License
133 stars 31 forks source link

hawktracer-to-json generates timestamps in incorrect unit #2

Closed loganek closed 6 years ago

loganek commented 6 years ago

Chrome tracing format expects timestamps and durations to be in microseconds, but hawktracer-to-json outputs data in nanoseconds. hawktracer-to-json should convert timestamps and durations to microseconds before saving it to json file.

loganek commented 6 years ago

Thank you @brunogouveia :)