Home | History | Annotate | Download | only in exp-dhat

Lines Matching refs:umsg

1106    VG_(umsg)("max-live:    %'llu in %'llu blocks\n",
1108 VG_(umsg)("tot-alloc: %'llu in %'llu blocks (avg size %s)\n",
1126 VG_(umsg)("deaths: %'llu, at avg age %'llu "
1130 VG_(umsg)("deaths: none (none of these blocks were freed)\n");
1144 VG_(umsg)("acc-ratios: %s rd, %s wr "
1152 VG_(umsg)("\nAggregated access counts by offset:\n");
1153 VG_(umsg)("\n");
1156 VG_(umsg)("[ 0] ");
1159 VG_(umsg)("\n");
1160 VG_(umsg)("[%4lu] ", i);
1162 VG_(umsg)("%u ", api->histo[i]);
1164 VG_(umsg)("\n");
1229 VG_(umsg)("\n");
1230 VG_(umsg)("======== ORDERED BY %s \"%s\": "
1266 VG_(umsg)("\n");
1267 VG_(umsg)("-------------------- %d of %d --------------------\n",
1273 VG_(umsg)("\n");
1295 VG_(umsg)("======== SUMMARY STATISTICS ========\n");
1296 VG_(umsg)("\n");
1297 VG_(umsg)("guest_insns: %'llu\n", g_guest_instrs_executed);
1298 VG_(umsg)("\n");
1299 VG_(umsg)("max_live: %'llu in %'llu blocks\n",
1301 VG_(umsg)("\n");
1302 VG_(umsg)("tot_alloc: %'llu in %'llu blocks\n",
1304 VG_(umsg)("\n");
1306 VG_(umsg)("insns per allocated byte: %'llu\n",
1308 VG_(umsg)("\n");
1313 VG_(umsg)("\n");
1314 VG_(umsg)("\n");
1315 VG_(umsg)("==============================================================\n");
1316 VG_(umsg)("\n");
1317 VG_(umsg)("Some hints: (see --help for command line option details):\n");
1318 VG_(umsg)("\n");
1319 VG_(umsg)("* summary stats for whole program are at the top of this output\n");
1320 VG_(umsg)("\n");
1321 VG_(umsg)("* --show-top-n= controls how many alloc points are shown.\n");
1322 VG_(umsg)(" You probably want to set it much higher than\n");
1323 VG_(umsg)(" the default value (10)\n");
1324 VG_(umsg)("\n");
1325 VG_(umsg)("* --sort-by= specifies the sort key for output.\n");
1326 VG_(umsg)(" See --help for details.\n");
1327 VG_(umsg)("\n");
1328 VG_(umsg)("* Each allocation stack, by default 12 frames, counts as\n");
1329 VG_(umsg)(" a separate alloc point. This causes the data to be spread out\n");
1330 VG_(umsg)(" over far too many alloc points. I strongly suggest using\n");
1331 VG_(umsg)(" --num-callers=4 or some such, to reduce the spreading.\n");
1332 VG_(umsg)("\n");