- From: Robert Flack <flackr@chromium.org>
- Date: Fri, 5 Oct 2012 13:03:06 -0400
- To: www-dom@w3.org
Received on Monday, 8 October 2012 08:17:17 UTC
I've implemented a webkitHRTimeStamp attribute to DOM events in https://bugs.webkit.org/show_bug.cgi?id=94987 consistent with the Performance API timestamps which uses the raw timestamp from the received PlatformEvent. I and a couple of others here have patched this in to do performance benchmarks of event delivery. Using the platform event timestamp has been especially advantageous as it's generated when the kernel receives the event, rather than the timestamp property which gives the time of the DOM Event object creation.
Received on Monday, 8 October 2012 08:17:17 UTC