Home | History | Annotate | Download | only in massif

Lines Matching refs:STATS

37 //   - preset column widths for stats are not generic
1340 // Update stats.
1431 // Finish up verbosity and stats stuff.
1531 // Update heap stats.
1602 // Update heap stats.
1724 // Update heap stats.
2427 #define STATS(format, args...) \
2430 STATS("heap allocs: %u\n", n_heap_allocs);
2431 STATS("heap reallocs: %u\n", n_heap_reallocs);
2432 STATS("heap frees: %u\n", n_heap_frees);
2433 STATS("ignored heap allocs: %u\n", n_ignored_heap_allocs);
2434 STATS("ignored heap frees: %u\n", n_ignored_heap_frees);
2435 STATS("ignored heap reallocs: %u\n", n_ignored_heap_reallocs);
2436 STATS("stack allocs: %u\n", n_stack_allocs);
2437 STATS("stack frees: %u\n", n_stack_frees);
2438 STATS("XPts: %u\n", n_xpts);
2439 STATS("top-XPts: %u (%d%%)\n",
2442 STATS("XPt init expansions: %u\n", n_xpt_init_expansions);
2443 STATS("XPt later expansions: %u\n", n_xpt_later_expansions);
2444 STATS("SXPt allocs: %u\n", n_sxpt_allocs);
2445 STATS("SXPt frees: %u\n", n_sxpt_frees);
2446 STATS("skipped snapshots: %u\n", n_skipped_snapshots);
2447 STATS("real snapshots: %u\n", n_real_snapshots);
2448 STATS("detailed snapshots: %u\n", n_detailed_snapshots);
2449 STATS("peak snapshots: %u\n", n_peak_snapshots);
2450 STATS("cullings: %u\n", n_cullings);
2451 STATS("XCon redos: %u\n", n_XCon_redos);
2452 #undef STATS
2464 // Stats