Home
last modified time | relevance | path

Searched refs:npropcall (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/gprof/
H A Darcs.c133 parentp -> npropcall = parentp -> ncall; in doarcs()
301 if ( childp -> npropcall == 0 ) { in timepropagate()
309 ( (double) childp -> npropcall ) ); in timepropagate()
312 ( (double) childp -> npropcall ) ); in timepropagate()
338 arcp -> arc_count , childp -> npropcall ); in timepropagate()
430 cyclenlp -> npropcall += arcp -> arc_count; in cyclelink()
706 maxarcp -> arc_childp -> npropcall -= maxarcp -> arc_count; in compresslist()
907 if ( childp -> npropcall ) { in inheritflags()
910 / ( (double) childp -> npropcall ) ); in inheritflags()
935 if ( headp -> npropcall ) { in inheritflags()
[all …]
H A Dprintgprof.c201 printf( " %7ld" , np -> npropcall ); in gprofline()
333 arcp -> arc_count , cycleheadp -> npropcall ); in printparents()
366 arcp -> arc_count , childp -> cyclehead -> npropcall ); in printchildren()
494 cyclep -> npropcall ); in printcycle()
516 memberp -> npropcall ); in printmembers()
H A Dgprof.h119 long npropcall; /* times called by live arcs */ member