View Source Tracer.Utils (Exrun v0.2.1)

Some utils functions and reimplemmenting some usefull functions, because if they traced, the calls, made from tracer shouldn't traced too.

Link to this section Summary

Link to this section Functions

Link to this function

apply_func(func, arguments \\ [])

View Source
Link to this function

call!(identifier, request, timeout \\ 10000)

View Source
Link to this function

call(identifier, request, timeout \\ 10000)

View Source
Link to this function

load_modules(node, module_list \\ [Tracer.Utils])

View Source
Link to this function

rpc(node, module, function, args, timeout \\ 5000)

View Source
Link to this function

rpc_local(parent, tag, module, function, args)

View Source