Home
last modified time | relevance | path

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

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