View Source DataTracer.Server (data_tracer v0.1.2)

Reads and writes the traced data to ETS

Data format {key, timestamp, value}

Summary

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

clear(name_or_pid \\ __MODULE__, opts \\ [])

View Source
Link to this function

start_link(opts, name \\ __MODULE__)

View Source

Options:

  • :table - The ETS table to use for writing (optional)
Link to this function

store(value, opts \\ [])

View Source
Link to this function

store_uniq(value, opts \\ [])

View Source