Returns the singleton event target for stat events.
Returns: goog.events.EventTarget
The event target for stat events.
|
code » | ||
![]()
Notify the channel that a particular fine grained network event has occurred.
Should be considered package-private.
Arguments:
|
code » | ||
![]()
Helper function to call the stat event callback.
Arguments:
|
code » | ||
![]()
Helper function to notify listeners about POST request performance.
|
code » | ||
![]()
Helper function to call the end hook
|
code » | ||
![]()
Helper function to call the start hook
|
code » | ||
![]()
Allows the application to set an execution hooks for when a channel
stops processing requests. This is useful to track timing or logging
special information. The function takes no parameters and return void.
Arguments:
|
code » | ||
![]()
Allows the application to set an execution hooks for when a channel
starts processing requests. This is useful to track timing or logging
special information. The function takes no parameters and return void.
Arguments:
|
code » | ||
Wrapper around SafeTimeout which calls the start and end execution hooks
with a try...finally block.
|
code » |
![]()
The type of event that occurs every time some information about how reachable
the server is is discovered.
|
Code » | |
![]()
Stat Event that fires when things of interest happen that may be useful for
applications to know about for stats or debugging purposes.
|
Code » | |
![]()
An event that fires when POST requests complete successfully, indicating
the size of the POST and the round trip time.
|
Code » |