debug library

Debug support for PageLoader.

Classes

CollectingTimer
The timer per start/stop event collected.
CollectingTimerConfiguration
The configuration of the timers.
CollectingTimerFactory
A factory that creates CollectingTimer, collects the events and serializes them on demand.
ProfilerListener
The listener that starts running timers on start and end of each pageobject invocation.
TraceListener

Functions

standardPrint(String s) → void

Typedefs

Collector = void Function(List<DurationEvent> events)
PrintLine = void Function(String s)