Package com.vaadin.client
Class Profiler.EnabledProfiler
- java.lang.Object
-
- com.vaadin.client.Profiler
-
- com.vaadin.client.Profiler.EnabledProfiler
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.vaadin.client.Profiler
Profiler.EnabledProfiler, Profiler.Node, Profiler.ProfilerResultConsumer
-
-
Constructor Summary
Constructors Constructor Description EnabledProfiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
isImplEnabled()
Overridden inProfiler.EnabledProfiler
to makeProfiler.isEnabled()
return true if GWT.create returns that class.-
Methods inherited from class com.vaadin.client.Profiler
enter, getRelativeTimeMillis, initialize, isEnabled, leave, logBootstrapTimings, logTimings, reset, setProfilerResultConsumer
-
-
-
-
Method Detail
-
isImplEnabled
protected boolean isImplEnabled()
Description copied from class:Profiler
Overridden inProfiler.EnabledProfiler
to makeProfiler.isEnabled()
return true if GWT.create returns that class.- Overrides:
isImplEnabled
in classProfiler
- Returns:
true
if the profiling is enabled, elsefalse
-
-