mix profile.eprof.profile
You're seeing just the function
profile
, go back to mix profile.eprof module for more information.
Allows to programmatically run the eprof
profiler on expression in fun
.
Options
:matching
- only profile calls matching the given pattern in form of{module, function, arity}
, where each element may be replaced by:_
to allow any value:calls
- filters out any results with a call count lower than this:time
- filters out any results that took lower than specified (in µs):sort
- sort the results by:time
or:calls
(default::time
)