DescriptionForce GC in different ways for different measurements in blink_perf tests
Previously we force GC before each iteration of test, but for frame time
measurement, the result is much affected by GC performance. Now force
GC in different ways:
- measureTime: force GC before recording the start time of each
iteration;
- measureRunsPerSecond: same as above;
- measureFrameTime: force GC before starting the whole test;
Other measurements either call one of the above measurement methods, or
don't call scheduleNextRun() which previously forced GC so not affected.
BUG=667811
Committed: https://crrev.com/a61df787643d5238a3f902a2acfafc85c0e6690f
Cr-Commit-Position: refs/heads/master@{#437109}
Patch Set 1 #
Messages
Total messages: 15 (8 generated)
|