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

Function hashstat

v2/engine/hash.c:314–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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