Package com.vaadin.client
Interface Profiler.ProfilerResultConsumer
- Enclosing class:
- Profiler
public static interface Profiler.ProfilerResultConsumer
Provides access to data from the
Profiler.
Warning! This interface is most likely to change in the future
- Since:
- 1.0
- Author:
- Vaadin Ltd
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddBootstrapData(LinkedHashMap<String, Double> timings) voidaddProfilerData(Profiler.Node rootNode, List<Profiler.Node> totals)
-
Method Details
-
addProfilerData
-
addBootstrapData
-