Home
last modified time | relevance | path

Searched refs:arc_count (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.bin/gprof/
H A Darcs.c67 arcp -> arc_count , count ); in addarc()
70 arcp -> arc_count += count; in addarc()
78 arcp -> arc_count = count; in addarc()
128 parentp -> ncall -= arcp -> arc_count; in doarcs()
129 parentp -> selfcalls = arcp -> arc_count; in doarcs()
278 if ( arcp -> arc_count == 0 ) { in timepropagate()
308 * ( ( (double) arcp -> arc_count ) / in timepropagate()
311 * ( ( (double) arcp -> arc_count ) / in timepropagate()
338 arcp -> arc_count , childp -> npropcall ); in timepropagate()
428 cyclenlp -> selfcalls += arcp -> arc_count; in cyclelink()
[all …]
H A Dprintgprof.c323 arcp -> arc_count , "" ); in printparents()
333 arcp -> arc_count , cycleheadp -> npropcall ); in printparents()
356 "" , "" , "" , "" , arcp -> arc_count , "" ); in printchildren()
366 arcp -> arc_count , childp -> cyclehead -> npropcall ); in printchildren()
610 thisp -> arc_count , thischildp -> ncall ); in arccmp()
617 thatp -> arc_count , thatchildp -> ncall ); in arccmp()
635 if ( thisp -> arc_count < thatp -> arc_count ) { in arccmp()
638 if ( thisp -> arc_count > thatp -> arc_count ) { in arccmp()
660 if ( thisp -> arc_count < thatp -> arc_count ) in arccmp()
662 if ( thisp -> arc_count > thatp -> arc_count ) in arccmp()
H A Dgprof.h90 long arc_count; /* num calls from parent to child */ member
H A Dgprof.c360 arc.raw_count = arcp -> arc_count; in dumpsum()