Package com.google.speedtracer.client.visualizations.view

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


    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

Related Classes of com.google.speedtracer.client.visualizations.view.MergeProfilesPanel$SearchController

Copyright © 2018 www.massapicom. 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.