erlgrind icon indicating copy to clipboard operation
erlgrind copied to clipboard

Wrong units for the cost?

Open alexshturm opened this issue 11 years ago • 1 comments

The description says 'costs are in milliseconds', however fprof output is in milliseconds and erlgrind multiplies these values by 1000, so the costs must be in microseconds?

alexshturm avatar Oct 21 '14 02:10 alexshturm

Yeah it's got to be microseconds. fprof docs clearly say in milliseconds http://erlang.org/doc/man/fprof.html

Stratus3D avatar Aug 16 '17 22:08 Stratus3D