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

/macosx-10.9.5/dtrace-118.1/tools/ctfconvert/
H A Ddump.c108 ulong_t s_nfunc; /* total number of functions */ member in struct:__anon8503
524 stats.s_nfunc++;
924 long_stat("total number of functions", stats.s_nfunc);
928 if (stats.s_nfunc != 0) {
930 (float)stats.s_nargs / (float)stats.s_nfunc);

Completed in 60 milliseconds