Home | History | Annotate | Download | only in src

Lines Matching refs:PrintF

534       PrintF("GC: (#mementos, #tenure decisions, #donttenure decisions) "
739 PrintF("[IncrementalMarking] Scavenge during marking.\n");
754 PrintF("[IncrementalMarking] Delaying MarkSweep.\n");
5945 PrintF(">>>>>> Code Stats (%s) >>>>>>\n", title);
5960 PrintF(">>>>>> =============== %s (%d) =============== >>>>>>\n",
5962 PrintF("old_generation_allocation_limit_ %" V8_PTR_PREFIX "d\n",
5965 PrintF("\n");
5966 PrintF("Number of handles : %d\n", HandleScope::NumberOfHandles(isolate_));
5968 PrintF("\n");
5970 PrintF("Heap statistics : ");
5972 PrintF("To space : ");
5974 PrintF("Old pointer space : ");
5976 PrintF("Old data space : ");
5978 PrintF("Code space : ");
5980 PrintF("Map space : ");
5982 PrintF("Cell space : ");
5984 PrintF("PropertyCell space : ");
5986 PrintF("Large object space : ");
5988 PrintF(">>>>>> ========================================= >>>>>>\n");
6817 PrintF("\n");
6818 PrintF("gc_count=%d ", gc_count_);
6819 PrintF("mark_sweep_count=%d ", ms_count_);
6820 PrintF("max_gc_pause=%.1f ", get_max_gc_pause());
6821 PrintF("total_gc_time=%.1f ", total_gc_time_ms_);
6822 PrintF("min_in_mutator=%.1f ", get_min_in_mutator());
6823 PrintF("max_alive_after_gc=%" V8_PTR_PREFIX "d ",
6825 PrintF("total_marking_time=%.1f ", marking_time());
6826 PrintF("total_sweeping_time=%.1f ", sweeping_time());
6827 PrintF("\n\n");
6831 PrintF("\n");
6832 PrintF("maximum_committed_by_heap=%" V8_PTR_PREFIX "d ",
6834 PrintF("maximum_committed_by_new_space=%" V8_PTR_PREFIX "d ",
6836 PrintF("maximum_committed_by_old_pointer_space=%" V8_PTR_PREFIX "d ",
6838 PrintF("maximum_committed_by_old_data_space=%" V8_PTR_PREFIX "d ",
6840 PrintF("maximum_committed_by_old_data_space=%" V8_PTR_PREFIX "d ",
6842 PrintF("maximum_committed_by_code_space=%" V8_PTR_PREFIX "d ",
6844 PrintF("maximum_committed_by_map_space=%" V8_PTR_PREFIX "d ",
6846 PrintF("maximum_committed_by_cell_space=%" V8_PTR_PREFIX "d ",
6848 PrintF("maximum_committed_by_property_space=%" V8_PTR_PREFIX "d ",
6850 PrintF("maximum_committed_by_lo_space=%" V8_PTR_PREFIX "d ",
6852 PrintF("\n\n");
6998 PrintF(" handle %p to %p\n",
7006 PrintF("Handles:\n");
7462 PrintF("=====================================\n");
7463 PrintF("==== Path to object ====\n");
7464 PrintF("=====================================\n\n");
7468 if (i > 0) PrintF("\n |\n |\n V\n\n");
7472 PrintF("=====================================\n");
7564 // Printf ONE line iff flag is set.
7601 PrintF("%s %.1f (%.1f) -> %.1f (%.1f) MB, ",
7608 if (external_time > 0) PrintF("%d / ", external_time);
7609 PrintF("%.1f ms", time);
7612 PrintF(" (+ %.1f ms in %d steps since last GC)",
7616 PrintF(" (+ %.1f ms in %d steps since start of marking, "
7625 PrintF(" [%s]", gc_reason_);
7629 PrintF(" [%s]", collector_reason_);
7632 PrintF(".\n");
7634 PrintF("pause=%.1f ", time);
7635 PrintF("mutator=%.1f ", spent_in_mutator_);
7636 PrintF("gc=");
7639 PrintF("s");
7642 PrintF("ms");
7647 PrintF(" ");
7649 PrintF("external=%.1f ", scopes_[Scope::EXTERNAL]);
7650 PrintF("mark=%.1f ", scopes_[Scope::MC_MARK]);
7651 PrintF("sweep=%.1f ", scopes_[Scope::MC_SWEEP]);
7652 PrintF("sweepns=%.1f ", scopes_[Scope::MC_SWEEP_NEWSPACE]);
7653 PrintF("evacuate=%.1f ", scopes_[Scope::MC_EVACUATE_PAGES]);
7654 PrintF("new_new=%.1f ", scopes_[Scope::MC_UPDATE_NEW_TO_NEW_POINTERS]);
7655 PrintF("root_new=%.1f ", scopes_[Scope::MC_UPDATE_ROOT_TO_NEW_POINTERS]);
7656 PrintF("old_new=%.1f ", scopes_[Scope::MC_UPDATE_OLD_TO_NEW_POINTERS]);
7657 PrintF("compaction_ptrs=%.1f ",
7659 PrintF("intracompaction_ptrs=%.1f ",
7661 PrintF("misc_compaction=%.1f ", scopes_[Scope::MC_UPDATE_MISC_POINTERS]);
7662 PrintF("weakcollection_process=%.1f ",
7664 PrintF("weakcollection_clear=%.1f ",
7667 PrintF("total_size_before=%" V8_PTR_PREFIX "d ", start_object_size_);
7668 PrintF("total_size_after=%" V8_PTR_PREFIX "d ", heap_->SizeOfObjects());
7669 PrintF("holes_size_before=%" V8_PTR_PREFIX "d ",
7671 PrintF("holes_size_after=%" V8_PTR_PREFIX "d ", CountTotalHolesSize(heap_));
7673 PrintF("allocated=%" V8_PTR_PREFIX "d ", allocated_since_last_gc_);
7674 PrintF("promoted=%" V8_PTR_PREFIX "d ", promoted_objects_size_);
7675 PrintF("nodes_died_in_new=%d ", nodes_died_in_new_space_);
7676 PrintF("nodes_copied_in_new=%d ", nodes_copied_in_new_space_);
7677 PrintF("nodes_promoted=%d ", nodes_promoted_);
7680 PrintF("stepscount=%d ", steps_count_since_last_gc_);
7681 PrintF("stepstook=%.1f ", steps_took_since_last_gc_);
7683 PrintF("stepscount=%d ", steps_count_);
7684 PrintF("stepstook=%.1f ", steps_took_);
7685 PrintF("longeststep=%.1f ", longest_step_);
7688 PrintF("\n");