package

androidx.test.platform.tracing

Interfaces

TracerTracer provides an API implemented by wrappers around common tracing libraries, such as AndroidX Tracing.
Tracer.SpanSpan is a helper object denoting an ongoing time span and providing a way for the caller to close and end the span to record the end of the action being traced.

Classes

TracingTracing is a singleton to interact with registered Tracer implementations.