Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(247)

Unified Diff: tools/eval_gc_time.sh

Issue 1515503006: Clean up mark-compact phases and GC counter names. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Address comments from Hannes Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/heap/mark-compact.cc ('k') | tools/gc_nvp_common.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/eval_gc_time.sh
diff --git a/tools/eval_gc_time.sh b/tools/eval_gc_time.sh
index cf113c65aee4ed4cbb872058157b802391c26a45..92246d3866114d500ecb016b95072bacc45c5da8 100755
--- a/tools/eval_gc_time.sh
+++ b/tools/eval_gc_time.sh
@@ -51,40 +51,37 @@ INTERESTING_NEW_GEN_KEYS="\
INTERESTING_OLD_GEN_KEYS="\
${GENERAL_INTERESTING_KEYS} \
external \
+ clear \
+ clear.code_flush \
+ clear.dependent_code \
+ clear.global_handles \
+ clear.maps \
+ clear.slots_buffer \
+ clear.store_buffer \
+ clear.string_table \
+ clear.weak_cells \
+ clear.weak_collections \
+ clear.weak_lists \
+ finish \
+ evacuate \
+ evacuate.candidates \
+ evacuate.clean_up \
+ evacuate.new_space \
+ evacuate.update_pointers \
+ evacuate.update_pointers.between_evacuated \
+ evacuate.update_pointers.to_evacuated \
+ evacuate.update_pointers.to_new \
+ evacuate.update_pointers.weak \
mark \
- mark_inc \
- mark_prepcodeflush \
- mark_root \
- mark_topopt \
- mark_retainmaps \
- mark_weakclosure \
- mark_stringtable \
- mark_weakrefs \
- mark_globalhandles \
- mark_codeflush \
- mark_optimizedcodemaps \
- store_buffer_clear \
- slots_buffer_clear \
+ mark.finish_incremental \
+ mark.prepare_code_flush \
+ mark.roots \
+ mark.weak_closure \
sweep \
- sweepns \
- sweepos \
- sweepcode \
- sweepcell \
- sweepmap \
- sweepaborted \
- evacuate \
- new_new \
- old_new \
- root_new \
- compaction_ptrs \
- intracompaction_ptrs \
- misc_compaction \
- inc_weak_closure \
- weakcollection_process \
- weakcollection_clear \
- weakcollection_abort \
- weakcells \
- nonlive_refs \
+ sweep.code \
+ sweep.map \
+ sweep.old \
+ incremental_finalize \
"
BASE_DIR=$(dirname $0)
« no previous file with comments | « src/heap/mark-compact.cc ('k') | tools/gc_nvp_common.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698