WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
19230
Web Inspector: profiler accrues time to (idle) if profiling is started and finished within the same function
https://bugs.webkit.org/show_bug.cgi?id=19230
Summary
Web Inspector: profiler accrues time to (idle) if profiling is started and fi...
Kevin McCullough
Reported
2008-05-23 17:22:07 PDT
SquirrelFish changed the information passed into the profiler when the profiler starts. The ExecState that is passed in does not have a stack trace to follow and so if we do not return from the function that called console.profile() the profiler does not know which node to assign its currently executing time to and so it goes to (idle) See WebCore/manual-tests/inspector/profiler-test-simple-no-level-change.html <
rdar://problem/5958770
> JSProfiler: Time incorrectly given to (idle) if profiling is started and finished within the same function.
Attachments
Add attachment
proposed patch, testcase, etc.
Brian Burg
Comment 1
2014-12-17 16:50:43 PST
No idea if this is still an issue, but migrating so someone might look at it.
Timothy Hatcher
Comment 2
2014-12-19 11:08:51 PST
We don't have idle anymore.
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