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

Unified Diff: tools/eval_gc_time.sh

Issue 1842523004: Update eval_gc_time.sh with new external timers. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 9 months 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 | « no previous file | no next file » | 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 cef38df3c328b6c12f8192543c6b9f0ca6788d7c..bad4d135e1296e65556e587801397fb57a4e20a4 100755
--- a/tools/eval_gc_time.sh
+++ b/tools/eval_gc_time.sh
@@ -59,7 +59,6 @@ INTERESTING_NEW_GEN_KEYS="\
INTERESTING_OLD_GEN_KEYS="\
${GENERAL_INTERESTING_KEYS} \
- external \
clear \
clear.code_flush \
clear.dependent_code \
@@ -81,6 +80,11 @@ INTERESTING_OLD_GEN_KEYS="\
evacuate.update_pointers.to_evacuated \
evacuate.update_pointers.to_new \
evacuate.update_pointers.weak \
+ external.mc_prologue \
+ external.mc_epilogue \
+ external.mc_incremental_prologue \
+ external.mc_incremental_epilogue \
+ external.weak_global_handles \
mark \
mark.finish_incremental \
mark.prepare_code_flush \
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698