- From: Boris Zbarsky <bzbarsky@mit.edu>
- Date: Mon, 15 Jun 2015 23:52:36 -0400
- To: Ilya Grigorik <igrigorik@google.com>
- CC: Philippe Le Hegaret <plh@w3.org>, "public-web-perf@w3.org" <public-web-perf@w3.org>
On 6/15/15 2:16 PM, Ilya Grigorik wrote: > Not claiming this is complete, but here's how it at lines up in my head: > https://docs.google.com/document/d/1ZKW9N0cteHgK91SyYQONFuy2ZW6J4Oak398niTo232E Thanks, that's helpful. User Timing depends on the time origin, right? In fact, everything in the performance timeline does (because of the startTime attribute on PerformanceEntry). So it seems like at the very least the time origin definition, and the definition of DOMHighResTimestamp, need to live in Performance Timeline. Or that hr-time needs to be the base thing here, with timeline depending on it, but then it needs to define the Performance interface. -Boris
Received on Tuesday, 16 June 2015 03:53:10 UTC