class Testify::Tracker::Tracer::Trace(A)
- Testify::Tracker::Tracer::Trace(A)
- Reference
- Object
Overview
Represents a trace.
Defined in:
tracer/trace.crConstructors
Instance Method Summary
-
#args : Array(Arg(A))
Returns arguments added to the
Trace
instance. -
#args? : Array(Arg(A))?
Returns arguments added to the
Trace
instance. -
#args_values? : Array(A)?
Returns the arguments values provided to the
Trace
. -
#elapsed_time : Time::Span
Elasped time from the start period (from_period provided to
initialize
). -
#period : Time::Span
Period (
Time.monotonic
) of the trace creation.
Constructor Detail
Instance Method Detail
def elapsed_time : Time::Span
#
Elasped time from the start period (from_period provided to initialize
).