public final class LithoStats extends Object
Constructor and Description |
---|
LithoStats() |
Modifier and Type | Method and Description |
---|---|
static long |
getComponentAppliedStateUpdateCount() |
static long |
getComponentCalculateLayoutCount() |
static long |
getComponentCalculateLayoutOnUICount() |
static long |
getComponentMountCount() |
static long |
getComponentTriggeredAsyncStateUpdateCount() |
static long |
getComponentTriggeredSyncStateUpdateCount() |
static long |
getSectionAppliedStateUpdateCount() |
static long |
getSectionCalculateNewChangesetCount() |
static long |
getSectionCalculateNewChangesetOnUICount() |
static long |
getSectionTriggeredAsyncStateUpdateCount() |
static long |
getSectionTriggeredSyncStateUpdateCount() |
static long |
incrementComponentAppliedStateUpdateCountBy(long num)
Increment the count of all applied state updates in Litho components by .
|
static long |
incrementComponentCalculateLayoutCount()
Increment the count of layout calculations in Litho components (by one).
|
static long |
incrementComponentCalculateLayoutOnUICount()
Increment the count of UI Thread exectued layout calculations in Litho components (by one).
|
static long |
incrementComponentMountCount()
Increment the count of mount operations (by one).
|
static long |
incrementComponentStateUpdateAsyncCount()
Increment the count of triggered asynchronous state updates in Litho components (by one).
|
static long |
incrementComponentStateUpdateSyncCount()
Increment the count of triggered synchronous state updates in Litho components (by one).
|
static long |
incrementSectionAppliedStateUpdateCountBy(long num)
Increment the count of all applied state updates in Litho sections by .
|
static long |
incrementSectionCalculateNewChangesetCount()
Increment the count of new changeset calculations in Litho sections (by one).
|
static long |
incrementSectionCalculateNewChangesetOnUICount()
Increment the count of UI Thread executed new changeset calculations in Litho sections (by
one).
|
static long |
incrementSectionStateUpdateAsyncCount()
Increment the count of triggered asynchronous state updates in Litho sections (by one).
|
static long |
incrementSectionStateUpdateSyncCount()
Increment the count of triggered synchronous state updates in Litho sections (by one).
|
static void |
resetAllCounters() |
static void |
resetComponentStateUpdateAsyncCount() |
public static long getComponentAppliedStateUpdateCount()
public static long getComponentTriggeredSyncStateUpdateCount()
public static long getComponentTriggeredAsyncStateUpdateCount()
public static long getComponentCalculateLayoutCount()
public static long getComponentCalculateLayoutOnUICount()
public static long getComponentMountCount()
public static long getSectionAppliedStateUpdateCount()
public static long getSectionTriggeredSyncStateUpdateCount()
public static long getSectionTriggeredAsyncStateUpdateCount()
public static long getSectionCalculateNewChangesetCount()
public static long getSectionCalculateNewChangesetOnUICount()
public static long incrementComponentAppliedStateUpdateCountBy(long num)
public static long incrementComponentStateUpdateSyncCount()
public static long incrementComponentStateUpdateAsyncCount()
public static void resetComponentStateUpdateAsyncCount()
public static long incrementComponentCalculateLayoutCount()
public static long incrementComponentCalculateLayoutOnUICount()
public static long incrementComponentMountCount()
public static long incrementSectionAppliedStateUpdateCountBy(long num)
public static long incrementSectionStateUpdateSyncCount()
public static long incrementSectionStateUpdateAsyncCount()
public static long incrementSectionCalculateNewChangesetCount()
public static long incrementSectionCalculateNewChangesetOnUICount()
public static void resetAllCounters()