We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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 Modifier and Type Method Description protected boolean
isImplEnabled()
Overridden in
Profiler.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 in
Profiler.EnabledProfiler
to makeProfiler.isEnabled()
return true if GWT.create returns that class.Overrides:
isImplEnabled
in classProfiler
Returns:
true
if the profiling is enabled, elsefalse
-
-