Handbook
Glossary
percentage. ( num denom -- )
Vocabulary
tools
.
profiler
.
sampling
.
private
Inputs
num
an
object
denom
an
object
Outputs
None
Definition
USING:
formatting
kernel
math
;
IN:
tools.profiler.sampling.private
:
percentage.
( num denom -- )
[
100
*
]
dip
/f
"%6.2f"
printf
;