Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
common/performance/measurement-protocol
DefaultBackendStopwatch
Class DefaultBackendStopwatch
Default implementation of the (remote) back-end stopwatch service.
Index
Constructors
constructor
Properties
id
Sequence
measurements
stopwatch
Methods
start
stop
Constructors
constructor
new
DefaultBackendStopwatch
()
:
DefaultBackendStopwatch
Returns
DefaultBackendStopwatch
Properties
Protected
id
Sequence
idSequence
:
number
= 0
Readonly
measurements
measurements
:
Map
<
number
,
Measurement
>
= ...
Protected
Readonly
stopwatch
stopwatch
:
Stopwatch
Methods
start
start
(
name
:
string
,
options
?:
MeasurementOptions
)
:
number
Parameters
name
:
string
Optional
options
:
MeasurementOptions
Returns
number
stop
stop
(
measurementToken
:
number
,
message
:
string
,
messageArgs
:
any
[]
)
:
void
Parameters
measurementToken
:
number
message
:
string
messageArgs
:
any
[]
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
id
Sequence
measurements
stopwatch
Methods
start
stop
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
Default implementation of the (remote) back-end stopwatch service.