Searched refs:ncall (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/usr.bin/gprof/
H A Dprintgprof.c85 calldiff = (*npp2) -> ncall - (*npp1) -> ncall;
129 if ( zflag == 0 && np -> ncall == 0 && np -> time == 0 &&
140 if ( np -> ncall != 0 ) {
142 printf( " %8ld %8.0f %8.0f " , np -> ncall ,
143 1e9 * np -> time / hz / np -> ncall ,
144 1e9 * ( np -> time + np -> childtime ) / hz / np -> ncall );
146 printf( " %8ld %8.0f %8.0f " , np -> ncall ,
147 1e6 * np -> time / hz / np -> ncall ,
148 1e6 * ( np -> time + np -> childtime ) / hz / np -> ncall );
[all...]
H A Dgprof.h128 long ncall; /* how many times called */ member in struct:nl
H A Darcs.c134 parentp -> ncall -= arcp -> arc_count;
139 parentp -> npropcall = parentp -> ncall;
398 cyclenlp -> ncall = 0; /* how many times called */
H A Dgprof.c340 childp -> ncall += rawp -> raw_count;
/freebsd-9.3-release/contrib/one-true-awk/
H A Drun.c228 int i, ncall, ndef; local
244 for (ncall = 0, x = a[1]; x != NULL; x = x->nnext) /* args in call */
245 ncall++;
247 dprintf( ("calling %s, %d args (%d in defn), fp=%d\n", s, ncall, ndef, (int) (fp-frame)) );
248 if (ncall > ndef)
250 s, ncall, ndef);
251 if (ncall + ndef > NARGS)
252 FATAL("function %s has %d arguments, limit %d", s, ncall+ndef, NARGS);
293 if (i >= ncall) {
/freebsd-9.3-release/usr.bin/truss/
H A Dsyscalls.c1306 int ncall, nerror; local
1310 ncall = nerror = 0;
1317 ncall += sc->ncalls;
1323 "", (intmax_t)total.tv_sec, total.tv_nsec, ncall, nerror);

Completed in 81 milliseconds