Create a Measurement that will compute the time that elapsed on the back-end when logged.
the measurement name
optional configuration of the new measurement
a token identifying an unique self-timing measurement relative to the back-end's timeline
Stop a measurement previously started and log in the back-end a measurement of its duration relative to the back-end's timeline.
token identifying a measurement previously started
a message to log
optional arguments to the message
A service that exposes the back-end's Stopwatch to clients via the remote API. If you do not need this service then bind or re-bind the NullBackendStopwatch implementation to this service interface.