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

/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprof.c99 #define PROFSEC(ticks) ((double)(ticks)/HZ) /* Convert clock ticks to seconds */ macro
361 float t_tot; /* Total time: PROFSEC(sum of all pcounts[i]) */
832 t += PROFSEC(ticks * ((double)(pc1 - pc0) * sf)/bias);
849 t += PROFSEC(
871 t += PROFSEC(ticks); /* Convert to secs, add to total */
880 t += PROFSEC(((double)ticks *
902 t_tot = PROFSEC(temp);

Completed in 588 milliseconds