-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Current timestamps are 10× larger than expected. Timestamps from Recorder are in seconds and are converted with the timer resolution of the file. Which defaults to 1e-7. Chrome traces expect microseconds as timestamp, optional with a nanosecond fraction. Ignore timer resolution from Recorder and just convert to microseconds and format them as double with precision 3.
- Loading branch information
1 parent
b0a3bf4
commit 124dd07
Showing
1 changed file
with
23 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters