Bug 150690 - Web Inspector: Show console.time/timeEnd ranges in Timeline
Summary: Web Inspector: Show console.time/timeEnd ranges in Timeline
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-10-29 14:12 PDT by Joseph Pecoraro
Modified: 2016-12-13 15:34 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2015-10-29 14:12:19 PDT
* SUMMARY
Show console.time/timeEnd ranges in Timeline.

Timestamps exist as Time and TimeEnd Timeline Event Records. We should display some range in the Timeline overview.
Comment 1 Radar WebKit Bug Importer 2015-10-29 14:12:57 PDT
<rdar://problem/23321325>
Comment 2 Timothy Hatcher 2015-10-29 15:20:31 PDT
A shaded range like a marker?
Comment 3 Joseph Pecoraro 2015-10-29 15:42:22 PDT
(In reply to comment #2)
> A shaded range like a marker?

Yep, that is what I was thinking of. I'm not going to jump on implementing this because there is so much other stuff to do, but definitely something we should consider doing as we improve the timeline. I could see myself using this.
Comment 4 Timothy Hatcher 2015-10-29 16:13:51 PDT
And records should likely nest under the time label in the data grid.