mix profile.cprof.profile
You're seeing just the function
profile
, go back to mix profile.cprof module for more information.
Allows to programmatically run the cprof
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:limit
- filters out any results with a call count less than the limit:module
- filters out any results not pertaining to the given module