com.vaadin.client.debug.internal
Interface ProfilerSection.ProfilerResultConsumer

Enclosing class:
ProfilerSection

public static interface ProfilerSection.ProfilerResultConsumer

Interface for getting data from the Profiler.

Warning! This interface is most likely to change in the future and is therefore defined in this class in an internal package instead of Profiler where it might seem more logical.

Since:
7.1
Author:
Vaadin Ltd

Method Summary
 void addBootstrapData(java.util.LinkedHashMap<java.lang.String,java.lang.Double> timings)
           
 void addProfilerData(ProfilerSection.Node rootNode, java.util.List<ProfilerSection.Node> totals)
           
 

Method Detail

addProfilerData

void addProfilerData(ProfilerSection.Node rootNode,
                     java.util.List<ProfilerSection.Node> totals)

addBootstrapData

void addBootstrapData(java.util.LinkedHashMap<java.lang.String,java.lang.Double> timings)


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.