WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
195351
Web Inspector: CPU Usage Timeline - better resolution of installation source for repeated timers
https://bugs.webkit.org/show_bug.cgi?id=195351
Summary
Web Inspector: CPU Usage Timeline - better resolution of installation source ...
Joseph Pecoraro
Reported
2019-03-05 19:22:49 PST
CPU Usage Timeline - better resolution of installation source for repeated timers setInterval fire fire time: | * * * | range 1: |----------------------------------| => Timer Installed, Repeat of 2 => ~2 (the number of fires of this installed timer in range, with install location) range 2: |----------------------| => Timer Installed, No Repeat seen => ~1 (the number of fires of this installed timer in range, with install location) range 3: |------| => Timer Installed, No Repeat seen => ~1 (the number of fires of this installed timer in range, with install location) range 4: |---------------------| => No Installed, Repeat of 2 => ~2 (the number of fires of this installed timer in range, with fire location) range 5: |------| => No Installed, Fire happened once => nothing (we don't know where it was installed, or where if it is repeating) In case (4) we should be able to provide the install location since it was in the entire recording. We could have a map of all repeating timer installations in the whole recording so that we can provide a function name for these repeating timers lacking an installation point.
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug