Lines Matching refs:show_stats
11 static void show_stats(get_t get, struct allocator_stats * tot)
35 show_stats(get_token_stats, &tot);
36 show_stats(get_ident_stats, &tot);
37 show_stats(get_symbol_stats, &tot);
38 show_stats(get_expression_stats, &tot);
39 show_stats(get_statement_stats, &tot);
40 show_stats(get_scope_stats, &tot);
41 show_stats(get_basic_block_stats, &tot);
42 show_stats(get_instruction_stats, &tot);
43 show_stats(get_pseudo_stats, &tot);
44 show_stats(get_pseudo_user_stats, &tot);
45 show_stats(get_ptrlist_stats, &tot);
46 show_stats(get_multijmp_stats, &tot);
47 show_stats(get_asm_rules_stats, &tot);
48 show_stats(get_asm_constraint_stats, &tot);
49 show_stats(get_context_stats, &tot);
50 show_stats(get_string_stats, &tot);
51 show_stats(get_bytes_stats, &tot);
52 //show_stats(get_storage_stats, &tot);
53 //show_stats(get_storage_hash_stats, &tot);
55 show_stats(NULL, &tot);