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

/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprof.c347 int fdigits = 0; /* # of digits of precision for print msecs/call */ local
1076 fdigits = 0;
1079 fdigits = fprecision(count);
1080 Print("%8ld%#*.*f", count, fdigits+8, fdigits,
1082 Print("%*s", 6-fdigits, " ");

Completed in 59 milliseconds