LithoStats

object LithoStats

Provides global counters about Litho internals. Useful for performance analyses.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Increment the count of all applied state updates in Litho components by {@param num}.

Link copied to clipboard

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).

Link copied to clipboard

Increment the count of mount operations (by one).

Link copied to clipboard

Increment the count of triggered asynchronous state updates in Litho components (by one).

Link copied to clipboard

Increment the count of triggered synchronous state updates in Litho components (by one).

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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).

Link copied to clipboard

Increment the count of triggered asynchronous state updates in Litho sections (by one).

Link copied to clipboard

Increment the count of triggered synchronous state updates in Litho sections (by one).