LithoStats

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

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getLayoutCount(): Long
Link copied to clipboard
Link copied to clipboard
open fun getResolveCount(): Long
Link copied to clipboard
open fun getResumeCount(): Long
Link copied to clipboard
Link copied to clipboard
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).
Link copied to clipboard