The corresponding source can be found in
  src/heap/gc-tracer.cc

On Wed, Sep 16, 2015 at 7:02 AM dmonji <monikadhok...@gmail.com> wrote:

> [29648:0xbad6f48]     2631 ms: Scavenge 8.0 (22.6) -> 4.2 (22.6) MB, 8.4 /
> 0 ms [allocation failure].
>

[<process id>:<isolate address>] <absolute time> ms: <type> <start object
size> (<start memory size>) -> <end object size> (<end memory size>) MB,
<scavenge duration> / <time spent in external callbacks, e.g. embedder>
[<reason>].


> [29648:0xbad6f48]     3130 ms: Mark-sweep 8.0 (22.6) -> 4.4 (22.6) MB,
> 63.0 / 0 ms (+ 69.0 ms in 55 steps since start of marking, biggest step 2.4
> ms) [GC interrupt] [GC in old space requested].
>
>
Same as above, with the addition
  ... (<time spent in incremental marking> / <# incremental steps> ,
biggest step <longest time for incremental marking step>) [<reason, e.g. GC
via stack guard] [<ultimate reason>].

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to