Examples of MergeProfilesPanel


Examples of com.google.speedtracer.client.visualizations.view.MergeProfilesPanel

    HotKey.register('M', new SymbolServerEntryPanel(
        dataDispatcher.getTabDescription()),
        "UI for configuring the SymbolMap manifest location.");

    HotKey.register('1', new MergeProfilesPanel(dataDispatcher, resources),
        "Search for JavaScript profiles with the same Log entry and merge");

    // Start fetching the symbol manifest if it is available.
    maybeInitializeSymbolServerController(dataDispatcher.getTabDescription());
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.