com.vaadin.client
Interface Profiler.ProfilerResultConsumer

Enclosing class:
Profiler

public static interface Profiler.ProfilerResultConsumer

Interface for getting data from the Profiler.

Warning! This interface is most likely to change in the future

Since:
7.1
Author:
Vaadin Ltd

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

Method Detail

addProfilerData

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

addBootstrapData

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


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