RESOLVED INVALID 79401
Web Inspector: SelectorProfile should use monotonicallyIncreasingTime()
https://bugs.webkit.org/show_bug.cgi?id=79401
Summary Web Inspector: SelectorProfile should use monotonicallyIncreasingTime()
Timothy Hatcher
Reported 2012-02-23 14:26:29 PST
The Timeline agent uses currentTimeMS() but the Resource agent uses monotonicallyIncreasingTime(). We should be consistent and use the same time scale. Same thing for the SelectorProfile class.
Attachments
Timothy Hatcher
Comment 1 2012-02-23 14:52:23 PST
Ideally we would use monotonicallyIncreasingTime() then use DocumentLoadTiming::convertMonotonicTimeToDocumentTime before sending over the protocol.
Timothy Hatcher
Comment 2 2012-03-11 10:19:58 PDT
TimelineAgent was changed in bug 80786. SelectorProfile remains.
Note You need to log in before you can comment on or make changes to this bug.