Replbug.Utils (replbug v0.1.5)
Link to this section Summary
Functions
Collect the traces over the `time_interval` duration.
Note: it's a blocking call, use with care
Link to this section Functions
Link to this function
arg_sizes(call)
Link to this function
call_count(calls)
Link to this function
call_durations(calls)
Link to this function
call_stats(calls, stats_fun)
Link to this function
collect_traces(call_pattern, time_interval, opts \\ [])
@spec collect_traces( :receive | :send | binary() | maybe_improper_list(), integer(), keyword() ) :: %{ optional(pid()) => list() }
Collect the traces over the `time_interval` duration.
Note: it's a blocking call, use with care
Link to this function
mfas(calls)
Link to this function