|
From: <sv...@va...> - 2014-07-15 19:46:25
|
Author: philippe
Date: Tue Jul 15 19:46:15 2014
New Revision: 14166
Log:
produce cfsi and str dedup pa at the same verbosity level
Modified:
trunk/coregrind/m_debuginfo/storage.c
Modified: trunk/coregrind/m_debuginfo/storage.c
==============================================================================
--- trunk/coregrind/m_debuginfo/storage.c (original)
+++ trunk/coregrind/m_debuginfo/storage.c Tue Jul 15 19:46:15 2014
@@ -2119,7 +2119,7 @@
}
}
- if (VG_(clo_stats) && VG_(clo_verbosity) >= 2) {
+ if (VG_(clo_stats) && VG_(clo_verbosity) >= 3) {
UWord n_mergeables, n_holes;
get_cfsi_rd_stats (di, &n_mergeables, &n_holes);
VG_(dmsg)("CFSI total %lu mergeables %lu holes %lu uniq cfsi_m %u\n",
|