Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/prof/common/
H A Dprof.c99 #define PROFSEC(ticks) ((double)(ticks)/HZ) /* Convert clock ticks to seconds */ macro
832 t += PROFSEC(ticks * ((double)(pc1 - pc0) * sf)/bias); in main()
849 t += PROFSEC( in main()
871 t += PROFSEC(ticks); /* Convert to secs, add to total */ in main()
880 t += PROFSEC(((double)ticks * in main()
902 t_tot = PROFSEC(temp); in main()