LithoStats
Provides global counters about Litho internals. Useful for performance analyses.
Properties
Functions
Increment the count of all applied state updates in Litho components by {@param num}.
Increment the count of layout calculations in Litho components (by one).
Increment the count of UI Thread exectued layout calculations in Litho components (by one).
Increment the count of mount operations (by one).
Increment the count of triggered asynchronous state updates in Litho components (by one).
Increment the count of triggered synchronous state updates in Litho components (by one).
Increment the count of all applied state updates in Litho sections by {@param num}.
Increment the count of new changeset calculations in Litho sections (by one).
Increment the count of UI Thread executed new changeset calculations in Litho sections (by one).
Increment the count of triggered asynchronous state updates in Litho sections (by one).
Increment the count of triggered synchronous state updates in Litho sections (by one).