summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authormbelshe@chromium.org <mbelshe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-10 21:12:02 +0000
committermbelshe@chromium.org <mbelshe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-10 21:12:02 +0000
commitb41afea5e3da54aaf78e082457be6ddcdfe4f764 (patch)
tree9d4a53795231639d98a9056a6c61a4bf5f89c384 /base
parentc3279126dedc5def022e3b456f1d2c9a9d8d6cdc (diff)
downloadchromium_src-b41afea5e3da54aaf78e082457be6ddcdfe4f764.zip
chromium_src-b41afea5e3da54aaf78e082457be6ddcdfe4f764.tar.gz
chromium_src-b41afea5e3da54aaf78e082457be6ddcdfe4f764.tar.bz2
Stats tables are only used for debugging at this point, and when I turn
on full dom tracing, I need larger names and more of them. Increase the counter limit and the size per name. This only has effect when the user is using --enable-stats-table BUG=none TEST=none Review URL: http://codereview.chromium.org/6474008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74481 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r--base/metrics/stats_table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/metrics/stats_table.h b/base/metrics/stats_table.h
index aaf8062..94f7463 100644
--- a/base/metrics/stats_table.h
+++ b/base/metrics/stats_table.h
@@ -122,7 +122,7 @@ class StatsTable {
// The maximum length (in characters) of a Counter's name including
// null terminator, as stored in the shared memory.
- static const int kMaxCounterNameLength = 32;
+ static const int kMaxCounterNameLength = 64;
// Convenience function to lookup a counter location for a
// counter by name for the calling thread. Will register