• Home
  • Raw
  • Download

Lines Matching refs:umsg

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