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"
502 PrintF("[IncrementalMarking] Scavenge during marking.\n");
517 PrintF("[IncrementalMarking] Delaying MarkSweep.\n");
848 PrintF("Limited new space size due to high promotion rate: %d MB\n",
859 PrintF("Unlimited new space size due to low promotion rate: %d MB\n",
5004 PrintF(">>>>>> Code Stats (%s) >>>>>>\n", title);
5019 PrintF(">>>>>> =============== %s (%d) =============== >>>>>>\n",
5021 PrintF("old_gen_promotion_limit_ %" V8_PTR_PREFIX "d\n",
5023 PrintF("old_gen_allocation_limit_ %" V8_PTR_PREFIX "d\n",
5025 PrintF("old_gen_limit_factor_ %d\n", old_gen_limit_factor_);
5027 PrintF("\n");
5028 PrintF("Number of handles : %d\n", HandleScope::NumberOfHandles());
5030 PrintF("\n");
5032 PrintF("Heap statistics : ");
5034 PrintF("To space : ");
5036 PrintF("Old pointer space : ");
5038 PrintF("Old data space : ");
5040 PrintF("Code space : ");
5042 PrintF("Map space : ");
5044 PrintF("Cell space : ");
5046 PrintF("Large object space : ");
5048 PrintF(">>>>>> ========================================= >>>>>>\n");
5565 PrintF("Max semispace size cannot be less than %dkbytes\n",
5581 PrintF("Max semispace size cannot be more than %dkbytes\n",
5817 PrintF("=====================================\n");
5818 PrintF("==== Path to object ====\n");
5819 PrintF("=====================================\n\n");
5823 if (i > 0) PrintF("\n |\n |\n V\n\n");
5827 PrintF("=====================================\n");
5997 PrintF("\n\n");
5998 PrintF("gc_count=%d ", gc_count_);
5999 PrintF("mark_sweep_count=%d ", ms_count_);
6000 PrintF("max_gc_pause=%d ", get_max_gc_pause());
6001 PrintF("min_in_mutator=%d ", get_min_in_mutator());
6002 PrintF("max_alive_after_gc=%" V8_PTR_PREFIX "d ",
6004 PrintF("\n\n");
6118 PrintF(" handle %p to %p\n",
6125 PrintF("Handles:\n");
6567 PrintF("=====================================\n");
6568 PrintF("==== Path to object ====\n");
6569 PrintF("=====================================\n\n");
6573 if (i > 0) PrintF("\n |\n |\n V\n\n");
6581 PrintF("=====================================\n");
6663 // Printf ONE line iff flag is set.
6684 PrintF("%8.0f ms: ", heap_->isolate()->time_millis_since_init());
6692 PrintF("%s %.1f (%.1f) -> %.1f (%.1f) MB, ",
6699 if (external_time > 0) PrintF("%d / ", external_time);
6700 PrintF("%d ms", time);
6703 PrintF(" (+ %d ms in %d steps since last GC)",
6707 PrintF(" (+ %d ms in %d steps since start of marking, "
6716 PrintF(" [%s]", gc_reason_);
6720 PrintF(" [%s]", collector_reason_);
6723 PrintF(".\n");
6725 PrintF("pause=%d ", time);
6726 PrintF("mutator=%d ",
6729 PrintF("gc=");
6732 PrintF("s");
6735 PrintF("ms");
6740 PrintF(" ");
6742 PrintF("external=%d ", static_cast<int>(scopes_[Scope::EXTERNAL]));
6743 PrintF("mark=%d ", static_cast<int>(scopes_[Scope::MC_MARK]));
6744 PrintF("sweep=%d ", static_cast<int>(scopes_[Scope::MC_SWEEP]));
6745 PrintF("sweepns=%d ", static_cast<int>(scopes_[Scope::MC_SWEEP_NEWSPACE]));
6746 PrintF("evacuate=%d ", static_cast<int>(scopes_[Scope::MC_EVACUATE_PAGES]));
6747 PrintF("new_new=%d ",
6749 PrintF("root_new=%d ",
6751 PrintF("old_new=%d ",
6753 PrintF("compaction_ptrs=%d ",
6755 PrintF("intracompaction_ptrs=%d ", static_cast<int>(scopes_[
6757 PrintF("misc_compaction=%d ",
6760 PrintF("total_size_before=%" V8_PTR_PREFIX "d ", start_object_size_);
6761 PrintF("total_size_after=%" V8_PTR_PREFIX "d ", heap_->SizeOfObjects());
6762 PrintF("holes_size_before=%" V8_PTR_PREFIX "d ",
6764 PrintF("holes_size_after=%" V8_PTR_PREFIX "d ", CountTotalHolesSize());
6766 PrintF("allocated=%" V8_PTR_PREFIX "d ", allocated_since_last_gc_);
6767 PrintF("promoted=%" V8_PTR_PREFIX "d ", promoted_objects_size_);
6770 PrintF("stepscount=%d ", steps_count_since_last_gc_);
6771 PrintF("stepstook=%d ", static_cast<int>(steps_took_since_last_gc_));
6773 PrintF("stepscount=%d ", steps_count_);
6774 PrintF("stepstook=%d ", static_cast<int>(steps_took_));
6777 PrintF("\n");