Home | History | Annotate | Download | only in src

Lines Matching refs:PrintF

316   PrintF("Memory allocator,   used: %8" V8_PTR_PREFIX "d"
320 PrintF("New space, used: %8" V8_PTR_PREFIX "d"
324 PrintF("Old pointers, used: %8" V8_PTR_PREFIX "d"
330 PrintF("Old data space, used: %8" V8_PTR_PREFIX "d"
336 PrintF("Code space, used: %8" V8_PTR_PREFIX "d"
342 PrintF("Map space, used: %8" V8_PTR_PREFIX "d"
348 PrintF("Cell space, used: %8" V8_PTR_PREFIX "d"
354 PrintF("Large object space, used: %8" V8_PTR_PREFIX "d"
3940 PrintF(">>>>>> Code Stats (%s) >>>>>>\n", title);
3955 PrintF(">>>>>> =============== %s (%d) =============== >>>>>>\n",
3957 PrintF("mark-compact GC : %d\n", mc_count_);
3958 PrintF("old_gen_promotion_limit_ %" V8_PTR_PREFIX "d\n",
3960 PrintF("old_gen_allocation_limit_ %" V8_PTR_PREFIX "d\n",
3963 PrintF("\n");
3964 PrintF("Number of handles : %d\n", HandleScope::NumberOfHandles());
3966 PrintF("\n");
3968 PrintF("Heap statistics : ");
3970 PrintF("To space : ");
3972 PrintF("Old pointer space : ");
3974 PrintF("Old data space : ");
3976 PrintF("Code space : ");
3978 PrintF("Map space : ");
3980 PrintF("Cell space : ");
3982 PrintF("Large object space : ");
3984 PrintF(">>>>>> ========================================= >>>>>>\n");
4770 PrintF("=====================================\n");
4771 PrintF("==== Path to object ====\n");
4772 PrintF("=====================================\n\n");
4776 if (i > 0) PrintF("\n |\n |\n V\n\n");
4780 PrintF("=====================================\n");
4955 PrintF("\n\n");
4956 PrintF("gc_count=%d ", gc_count_);
4957 PrintF("mark_sweep_count=%d ", ms_count_);
4958 PrintF("mark_compact_count=%d ", mc_count_);
4959 PrintF("max_gc_pause=%d ", get_max_gc_pause());
4960 PrintF("min_in_mutator=%d ", get_min_in_mutator());
4961 PrintF("max_alive_after_gc=%" V8_PTR_PREFIX "d ",
4963 PrintF("\n\n");
5093 PrintF(" handle %p to %p\n",
5100 PrintF("Handles:\n");
5585 PrintF("=====================================\n");
5586 PrintF("==== Path to object ====\n");
5587 PrintF("=====================================\n\n");
5591 if (i > 0) PrintF("\n |\n |\n V\n\n");
5599 PrintF("=====================================\n");
5674 // Printf ONE line iff flag is set.
5698 PrintF("%s %.1f -> %.1f MB, ",
5703 if (external_time > 0) PrintF("%d / ", external_time);
5704 PrintF("%d ms.\n", time);
5706 PrintF("pause=%d ", time);
5707 PrintF("mutator=%d ",
5710 PrintF("gc=");
5713 PrintF("s");
5716 PrintF("%s",
5722 PrintF(" ");
5724 PrintF("external=%d ", static_cast<int>(scopes_[Scope::EXTERNAL]));
5725 PrintF("mark=%d ", static_cast<int>(scopes_[Scope::MC_MARK]));
5726 PrintF("sweep=%d ", static_cast<int>(scopes_[Scope::MC_SWEEP]));
5727 PrintF("sweepns=%d ", static_cast<int>(scopes_[Scope::MC_SWEEP_NEWSPACE]));
5728 PrintF("compact=%d ", static_cast<int>(scopes_[Scope::MC_COMPACT]));
5730 PrintF("total_size_before=%" V8_PTR_PREFIX "d ", start_size_);
5731 PrintF("total_size_after=%" V8_PTR_PREFIX "d ", heap_->SizeOfObjects());
5732 PrintF("holes_size_before=%" V8_PTR_PREFIX "d ",
5734 PrintF("holes_size_after=%" V8_PTR_PREFIX "d ", CountTotalHolesSize());
5736 PrintF("allocated=%" V8_PTR_PREFIX "d ", allocated_since_last_gc_);
5737 PrintF("promoted=%" V8_PTR_PREFIX "d ", promoted_objects_size_);
5739 PrintF("\n");