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

/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprof.c340 int n_nonzero; /* Number of (above symbols) actually printed */ local
1038 n_nonzero = 0; /* Number of symbols with nonzero time or # calls. */
1066 n_nonzero += snymp->howMany; /* add for each snym */
1068 n_nonzero++;
1100 if (n_nonzero < n_syms)
1103 n_syms - n_nonzero);

Completed in 59 milliseconds