WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
77364
Performance tests should let garbage collection happen at an arbitrary time and report the GC time separately
https://bugs.webkit.org/show_bug.cgi?id=77364
Summary
Performance tests should let garbage collection happen at an arbitrary time a...
Ryosuke Niwa
Reported
2012-01-30 13:17:19 PST
After
http://trac.webkit.org/changeset/106211
, we force gc() after each test run. However, we should also have a way to measure the time we spend in garbage collection and report it separately. e.g. if we some changeset make us spend 1000ms in gc instead of 100ms, then performance tests should capture that.
Attachments
Add attachment
proposed patch, testcase, etc.
Ryosuke Niwa
Comment 1
2012-01-30 13:20:38 PST
This is a nice-to-have feature but I wouldn't prioritize it at the moment.
Hajime Morrita
Comment 2
2012-02-01 17:42:07 PST
(In reply to
comment #1
)
> This is a nice-to-have feature but I wouldn't prioritize it at the moment.
And it makes less sense for modern VMs which has generational/incremental GC. V8 has it. And JSC also has or is going to have one. What we need is, IMO, the profiler dump for each (or part of) test run.
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