Package com.vaadin.client
Class Profiler.EnabledProfiler
java.lang.Object
com.vaadin.client.Profiler
com.vaadin.client.Profiler.EnabledProfiler
- Enclosing class:
Profiler
Enables the profiling via deferred binding.
- Since:
- 1.0
- Author:
- Vaadin Ltd
-
Nested Class Summary
Nested classes/interfaces inherited from class com.vaadin.client.Profiler
Profiler.EnabledProfiler, Profiler.Node, Profiler.ProfilerResultConsumer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanOverridden inProfiler.EnabledProfilerto makeProfiler.isEnabled()return true if GWT.create returns that class.Methods inherited from class com.vaadin.client.Profiler
enter, getRelativeTimeMillis, getRelativeTimeString, initialize, isEnabled, leave, logBootstrapTimings, logTimings, reset, setProfilerResultConsumer
-
Constructor Details
-
EnabledProfiler
public EnabledProfiler()
-
-
Method Details
-
isImplEnabled
protected boolean isImplEnabled()Description copied from class:ProfilerOverridden inProfiler.EnabledProfilerto makeProfiler.isEnabled()return true if GWT.create returns that class.- Overrides:
isImplEnabledin classProfiler- Returns:
trueif the profiling is enabled, elsefalse
-