Bug 87476 - Web Inspector: HeapProfiler's perf test: each N-th run pushes the run results N-th times.
Summary: Web Inspector: HeapProfiler's perf test: each N-th run pushes the run results...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Ilya Tikhonovsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-25 01:47 PDT by Ilya Tikhonovsky
Modified: 2012-05-25 02:03 PDT (History)
11 users (show)

See Also:


Attachments
Patch (4.23 KB, patch)
2012-05-25 01:50 PDT, Ilya Tikhonovsky
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ilya Tikhonovsky 2012-05-25 01:47:12 PDT
The time tracking wrappers were attaching on each run.
I found no significant difference in perf results.
Comment 1 Ilya Tikhonovsky 2012-05-25 01:50:15 PDT
Created attachment 144010 [details]
Patch
Comment 2 Yury Semikhatsky 2012-05-25 01:55:08 PDT
Comment on attachment 144010 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=144010&action=review

> PerformanceTests/inspector/heap-snapshot.html:33
> +

Revert this.
Comment 3 Ilya Tikhonovsky 2012-05-25 02:01:46 PDT
Committed r118496: <http://trac.webkit.org/changeset/118496>
Comment 4 Ilya Tikhonovsky 2012-05-25 02:03:44 PDT
(In reply to comment #2)
> (From update of attachment 144010 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=144010&action=review
> 
> > PerformanceTests/inspector/heap-snapshot.html:33
> > +
> 
> Revert this.

done