You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move "baseTimeNanoseconds" and "displayTimeUnit" before "traceEvents" (#1054)
Summary:
Pull Request resolved: #1054
`baseTimeNanoseconds` is currently put at the end of the trace after `traceEvents` which makes efficiently parsing this trace metadata with `ijson` difficult. This diff moves "baseTimeNanoseconds" and "displayTimeUnit" before "traceEvents" - we intentionally leave `traceName` at the end of the trace for the time being to avoid having to make a more sprawling change to correctly handle trailing commas.
Reviewed By: aaronenyeshi
Differential Revision: D70404528
fbshipit-source-id: 2ccc0cc0e3d1e09ed5b861e1b70904e4ea5c89a1
0 commit comments