Package | Description |
---|---|
com.google.gwt.dev.shell | |
com.google.gwt.dev.util.log.dashboard | |
com.google.gwt.dev.util.log.speedtracer |
Modifier and Type | Method and Description |
---|---|
DevModeSession |
BrowserChannelServer.getDevModeSession()
Returns the
DevModeSession representing this browser connection. |
static DevModeSession |
DevModeSession.getSessionForCurrentThread()
Gets the devmode session for the current thread.
|
Modifier and Type | Method and Description |
---|---|
void |
NoOpDashboardNotifier.devModeEventEnd(DevModeSession sesion,
String eventType,
long startTimeNanos,
long durationNanos) |
void |
DashboardNotifier.devModeEventEnd(DevModeSession session,
String eventType,
long startTimeNanos,
long durationNanos)
Notifies the dashboard of a top-level event ending.
|
void |
NoOpDashboardNotifier.devModeSessionBegin(DevModeSession session) |
void |
DashboardNotifier.devModeSessionBegin(DevModeSession session)
Notifies the dashboard of a new session starting.
|
void |
NoOpDashboardNotifier.devModeSessionEnd(DevModeSession session) |
void |
DashboardNotifier.devModeSessionEnd(DevModeSession session)
Notifies the dashboard of a session ending.
|
Modifier and Type | Method and Description |
---|---|
DevModeSession |
SpeedTracerLogger.Event.getDevModeSession() |
Modifier and Type | Method and Description |
---|---|
static SpeedTracerLogger.Event |
SpeedTracerLogger.start(DevModeSession session,
SpeedTracerLogger.EventType type,
String... data)
Signals that a new event has started.
|
Copyright © 2018. All rights reserved.