MCPcopy Create free account
hub / github.com/boostorg/build / print_class_stats

Function print_class_stats

v2/engine/modules.c:236–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236static void print_class_stats( void * xstats, void * data )
237{
238 struct module_stats * stats = (struct module_stats *)xstats;
239 class_module_stat( stats->rules_stats, stats->module_name, "rules" );
240 class_module_stat( stats->variables_stats, stats->module_name, "variables" );
241 class_module_stat( stats->variable_indices_stats, stats->module_name, "fixed variables" );
242 class_module_stat( stats->imported_modules_stats, stats->module_name, "imported modules" );
243}
244
245
246static void delete_module_( void * xmodule, void * data )

Callers

nothing calls this directly

Calls 1

class_module_statFunction · 0.85

Tested by

no test coverage detected