Searched refs:show_stats (Results 1 - 6 of 6) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | stats.c | 11 static void show_stats(get_t get, struct allocator_stats * tot) in show_stats() function 35 show_stats(get_token_stats, &tot); in show_allocation_stats() 36 show_stats(get_ident_stats, &tot); in show_allocation_stats() 37 show_stats(get_symbol_stats, &tot); in show_allocation_stats() 38 show_stats(get_expression_stats, &tot); in show_allocation_stats() 39 show_stats(get_statement_stats, &tot); in show_allocation_stats() 40 show_stats(get_scope_stats, &tot); in show_allocation_stats() 41 show_stats(get_basic_block_stats, &tot); in show_allocation_stats() 42 show_stats(get_instruction_stats, &tot); in show_allocation_stats() 43 show_stats(get_pseudo_stat in show_allocation_stats() [all...] |
/third_party/libabigail/tools/ |
H A D | abidw.cc | 102 bool show_stats; member 143 show_stats(), in options() 416 opts.show_stats = true; in parse_command_line() 545 rdr.options().show_stats = opts.show_stats; in set_generic_options()
|
H A D | abidiff.cc | 114 bool show_stats; member 167 show_stats(), in options() 633 opts.show_stats = true; in parse_command_line() 824 rdr.options().show_stats = opts.show_stats; in set_generic_options()
|
/third_party/libabigail/include/ |
H A D | abg-fe-iface.h | 65 bool show_stats = false; member
|
/third_party/libuv/test/ |
H A D | benchmark-pump.c | 88 static void show_stats(uv_timer_t* handle) { in show_stats() function 163 r = uv_timer_start(&timer_handle, show_stats, STATS_INTERVAL, STATS_INTERVAL); in start_stats_collection()
|
/third_party/libabigail/src/ |
H A D | abg-dwarf-reader.cc | 4111 if (show_stats()) in resolve_declaration_only_classes() 4122 if (show_stats() && !declaration_only_classes().empty()) in resolve_declaration_only_classes() 4347 if (show_stats()) in resolve_declaration_only_enums() 4358 if (show_stats() && !declaration_only_enums().empty()) in resolve_declaration_only_enums() 4597 if (show_stats()) in perform_late_type_canonicalizing() 5142 /// Getter of the "show_stats" flag. 5149 show_stats() const in show_stats() function in abigail::dwarf::reader 5150 {return options().show_stats;} in show_stats() 5152 /// Setter of the "show_stats" flag. 5159 show_stats(boo function in abigail::dwarf::reader [all...] |
Completed in 13 milliseconds