Bug 140481 - Web Inspector: console.time should use elapsed time from InspectorEnvironment's stopwatch
Summary: Web Inspector: console.time should use elapsed time from InspectorEnvironment...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-01-14 16:58 PST by Brian Burg
Modified: 2016-12-13 15:36 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Burg 2015-01-14 16:58:12 PST
It currently uses monotonicallyIncreasingTime() directly, and will accrue time while the debugger is paused. This is probably not what a user would want.
Comment 1 Radar WebKit Bug Importer 2015-01-14 16:58:39 PST
<rdar://problem/19478916>