Package org.waveprotocol.box.webclient.stat

Examples of org.waveprotocol.box.webclient.stat.SingleThreadedRequestScope


      }
    });
  }

  private void setupStatistics() {
    Timing.setScope(new SingleThreadedRequestScope());
    Timing.setEnabled(true);
    GwtStatisticsEventSystem eventSystem = new GwtStatisticsEventSystem();
    eventSystem.addListener(new GwtStatisticsHandler(), true);
    eventSystem.enable(true);
  }
View Full Code Here

TOP

Related Classes of org.waveprotocol.box.webclient.stat.SingleThreadedRequestScope

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.