androidx.test.platform.tracing


Interfaces

Tracer

Tracer provides an API implemented by wrappers around common tracing libraries, such as AndroidX Tracing.

Tracer.Span

Span 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

Tracing

Tracing is a singleton to interact with registered Tracer implementations.