Home | History | Annotate | Download | only in massif

Lines Matching defs:STATS

37 //   - preset column widths for stats are not generic
229 // Used for printing stats when clo_stats == True.
230 #define STATS(format, args...) \
1368 // Update stats.
1459 // Finish up verbosity and stats stuff.
1559 // Update heap stats.
1630 // Update heap stats.
1752 // Update heap stats.
2448 // Stats
2450 STATS("heap allocs: %u\n", n_heap_allocs);
2451 STATS("heap reallocs: %u\n", n_heap_reallocs);
2452 STATS("heap frees: %u\n", n_heap_frees);
2453 STATS("ignored heap allocs: %u\n", n_ignored_heap_allocs);
2454 STATS("ignored heap frees: %u\n", n_ignored_heap_frees);
2455 STATS("ignored heap reallocs: %u\n", n_ignored_heap_reallocs);
2456 STATS("stack allocs: %u\n", n_stack_allocs);
2457 STATS("stack frees: %u\n", n_stack_frees);
2458 STATS("XPts: %u\n", n_xpts);
2459 STATS("top-XPts: %u (%d%%)\n",
2462 STATS("XPt init expansions: %u\n", n_xpt_init_expansions);
2463 STATS("XPt later expansions: %u\n", n_xpt_later_expansions);
2464 STATS("SXPt allocs: %u\n", n_sxpt_allocs);
2465 STATS("SXPt frees: %u\n", n_sxpt_frees);
2466 STATS("skipped snapshots: %u\n", n_skipped_snapshots);
2467 STATS("real snapshots: %u\n", n_real_snapshots);
2468 STATS("detailed snapshots: %u\n", n_detailed_snapshots);
2469 STATS("peak snapshots: %u\n", n_peak_snapshots);
2470 STATS("cullings: %u\n", n_cullings);
2471 STATS("XCon redos: %u\n", n_XCon_redos);