ts: The tracing clock timestamp of the event. The timestamps are provided at microsecond granularity.
From this answer, we know(I've confirmed it)
ts is the time since OS boot in microseconds (millionths of a second), at least on *nix.
My question is, is there a good way to convert ts to epoch? Seems the only way now is to manually get the system uptime(/proc/uptime) and do the math?
My use case is comparing a click event's time(retrieved from chrome performance log with webdriver) with the IntersectionObserverEntry.time, which can be easily converted to epoch time.
Yao Zuo
unread,
Sep 15, 2017, 11:24:11 AM9/15/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message