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

Unified Diff: src/v8-counters.h

Issue 10778009: Add histogram for total heap fragmentation, don't report fragmentation for new space, and report fr… (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: updates Created 8 years, 5 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 | « src/heap.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8-counters.h
diff --git a/src/v8-counters.h b/src/v8-counters.h
index e05a3065dd7384a9c7f1f54e47d8bfc475d71ea7..307d60ec7c27a47c91e69d04a50632eca50deb68 100644
--- a/src/v8-counters.h
+++ b/src/v8-counters.h
@@ -52,6 +52,8 @@ namespace internal {
#define HISTOGRAM_PERCENTAGE_LIST(HP) \
+ HP(external_fragmentation_total, \
+ V8.MemoryExternalFragmentationTotal) \
HP(external_fragmentation_new_space, \
V8.MemoryExternalFragmentationNewSpace) \
Michael Starzinger 2012/07/16 14:41:47 Let's remove this entry.
jochen (gone - plz use gerrit) 2012/07/16 14:59:11 Done.
HP(external_fragmentation_old_pointer_space, \
« no previous file with comments | « src/heap.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698