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

Function hashstat

src/engine/hash.cpp:315–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313
314
315static void hashstat( struct hash * hp )
316{
317 struct hashstats stats[ 1 ];
318 hashstats_init( stats );
319 hashstats_add( stats, hp );
320 hashstats_print( stats, hp->name );
321}
322
323
324void hashstats_init( struct hashstats * stats )

Callers 1

hashdoneFunction · 0.85

Calls 3

hashstats_initFunction · 0.85
hashstats_addFunction · 0.85
hashstats_printFunction · 0.85

Tested by

no test coverage detected