Package com.onpositive.gae.profiler

Examples of com.onpositive.gae.profiler.StartProfilingAction


  }

  public void contributeTo(IMenuManager manager2) {
    MenuManager manager=new MenuManager("Profiling");
    manager2.add(manager);
    manager.add(new StartProfilingAction());
    manager.add(new StopProfilingAction());
    manager.add(new Separator());
//    MenuManager menuManager0 = new MenuManager("Google");
//    menuManager0.add(new CaptureSnapshotAction("Capture Snapshot ",false));
//    menuManager0.add(new ClearProfilingDataAction("Clear profiling data",false));
View Full Code Here

TOP

Related Classes of com.onpositive.gae.profiler.StartProfilingAction

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.