Grizzly.Trace.Record (grizzly v0.21.0) View Source
Data structure for a single item in the trace log
Link to this section Summary
Link to this section Types
Specs
opt() :: {:src, Grizzly.Trace.src()} | {:dest, Grizzly.Trace.dest()} | {:timestamp, Time.t()}
Specs
t() :: %Grizzly.Trace.Record{ binary: binary(), dest: Grizzly.Trace.src() | nil, src: Grizzly.Trace.src() | nil, timestamp: Time.t() }
Link to this section Functions
Specs
Make a new Grizzly.Record.t()
from a binary string
Options:
:src
- the src as a string:dest
- the dest as a string
Specs
Turn a record into the string format