Home
last modified time | relevance | path

Searched refs:parentcnt (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.bin/gprof/
H A Darcs.c464 nlp -> parentcnt = 0; in cycleanalyze()
467 nlp -> parentcnt += 1; in cycleanalyze()
659 } else if ( arcp -> arc_childp -> parentcnt > 1 ) { in compresslist()
705 maxarcp -> arc_childp -> parentcnt -= 1; in compresslist()
H A Dgprof.h129 int parentcnt; /* number of live parent arcs */ member