Skip to main content

Module tracing_support

Module tracing_support 

Source
Expand description

Execution Tracing (Feature 9) Execution Tracing (Feature 9)

Comprehensive tracing of test execution for debugging.

§EXTREME TDD: Tests written FIRST per spec

§Toyota Way Application

  • Genchi Genbutsu: Go and see - trace shows actual execution
  • Jidoka: Fail-fast with detailed context
  • Mieruka: Visual representation of test flow

Structs§

ConsoleMessage
Console message for tracing
ExecutionTracer
Execution tracer
NetworkEvent
Network event for tracing
TraceArchive
Complete trace archive
TraceMetadata
Metadata for a trace archive
TracedEvent
A traced event (a point-in-time occurrence)
TracedSpan
A traced span (a named section of execution)
TracingConfig
Configuration for tracing

Enums§

ConsoleLevel
Console message level
EventCategory
Category of traced events
EventLevel
Level of traced events
SpanStatus
Status of a span