Searched defs:last_printed_object (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/profiler/
H A Dheap-snapshot-generator.cc569 int last_printed_object = -1; local
575 if (last_printed_object != i - 1) {
577 PrintF("%d objects were skipped\n", i - 1 - last_printed_object);
582 last_printed_object = i;
587 last_printed_object = i;
590 if (last_printed_object < heap_objects.length() - 1) {
592 heap_objects.length() - 1 - last_printed_object);

Completed in 106 milliseconds