Status: New Owner: ---- New issue 2116 by [email protected]: Profile support for incremental GC http://code.google.com/p/v8/issues/detail?id=2116
V8 linux-tick-processor counts ticks when VM state is "GC" as GC ticks only, and calculate GC percentage in report accordingly. This works for pursed GC, but seems incremental GC is not counted in, which may spread to different places and VM state usually is not "GC".
Maybe it's better to count incremental GC time together into GC statistic, or add a separate incremental GC statistic in profile. User can get more clear data from profile about overall GC status. Please kindly consider.
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
