et
et
Module
et
Module summary
Main API of the Event Trace (ET) application
Description
Interface module for the Event Trace (ET) application
Exports
trace_me(DetailLevel, From, To, Label, Contents) -> hopefully_traced
Types:
DetailLevel = integer(X) when X =< 0, X >= 100 From = actor() To = actor() Label = atom() | string() | term() Contents = [{Key, Value}] | term() actor() = term()
A function that is intended to be traced.
This function is intended to be invoked at strategic places in user applications in order to enable simplified tracing. The functions are extremely light weight as they do nothing besides returning an atom. The functions are designed for being traced. The global tracing mechanism in et_collector
defaults to set its trace pattern to these functions.
The la