public class BaseIndexProfiler
extends java.lang.Object
Constructor and Description |
---|
BaseIndexProfiler(NavigationHelper navigationHelper) |
Modifier and Type | Method and Description |
---|---|
long |
getNotificationCount()
Returns the number of external request (e.g.
|
long |
getTotalMeasuredTimeInMS()
Return the total time base index profiler recorded for reacting to model operations.
|
boolean |
isEnabled()
Returns whether the profiler is turned on (e.g.
|
void |
resetMeasurement()
Resets all measurements to 0, regardless whether the profiler is enabled or not.
|
void |
setEnabled(boolean isEnabled)
Enables the base index profiling (e.g.
|
public BaseIndexProfiler(NavigationHelper navigationHelper)
java.lang.IllegalArgumentException
- if the profiler cannot be attached to the base index instancepublic long getNotificationCount()
public long getTotalMeasuredTimeInMS()
public boolean isEnabled()
public void setEnabled(boolean isEnabled)
public void resetMeasurement()