profiler icon indicating copy to clipboard operation
profiler copied to clipboard

Switch all timestamps to nanoseconds

Open mstange opened this issue 3 years ago • 0 comments

This is just an experiment for now.

I've done a global search & replace to see what would break. The only interesting part of this PR at the moment is the gecko format upgrader. I haven't written a processed format upgrader yet. And the gecko format upgrader isn't complete yet, it needs to handle more marker types.

Some of the potentially more controversial Millisecond -> Nanosecond conversions:

  • profile.meta.interval
  • GC marker data fields
  • Network marker data fields

mstange avatar Jul 29 '22 01:07 mstange