Home
last modified time | relevance | path

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

/NextBSD/usr.bin/gprof/
HDarcs.c470 nlp -> parentcnt = 0; in cycleanalyze()
473 nlp -> parentcnt += 1; in cycleanalyze()
665 } else if ( arcp -> arc_childp -> parentcnt > 1 ) { in compresslist()
711 maxarcp -> arc_childp -> parentcnt -= 1; in compresslist()
HDgprof.h136 int parentcnt; /* number of live parent arcs */ member