Search
Preparing search index...
The search index is not available
@btilford/ts-base - v1.1.0
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
PerformanceTimer
Class PerformanceTimer<T>
Type parameters
T
Hierarchy
TimerWrapper
<
T
>
PerformanceTimer
Index
Constructors
constructor
Properties
_enabled
fqn
name
options
perf
tags
Methods
wrap
Constructors
constructor
new
Performance
Timer
(
name
:
string
, tags
:
Tags
, options
:
PerformanceTimerOptions
)
:
PerformanceTimer
Parameters
name:
string
tags:
Tags
options:
PerformanceTimerOptions
Returns
PerformanceTimer
Properties
Protected
Readonly
_enabled
_enabled
:
PropEnabled
Readonly
fqn
fqn
:
string
Readonly
name
name
:
string
Protected
Readonly
options
options
:
PerformanceTimerOptions
Protected
Readonly
perf
perf
:
Performance
Readonly
tags
tags
:
Tags
Methods
wrap
wrap
(
func
:
(
...
args
:
unknown
[]
)
=>
T
)
:
(
...
args
:
unknown
[]
)
=>
T
Parameters
func:
(
...
args
:
unknown
[]
)
=>
T
(
...
args
:
unknown
[]
)
:
T
Parameters
Rest
...
args:
unknown
[]
Returns
T
Returns
(
...
args
:
unknown
[]
)
=>
T
(
...
args
:
unknown
[]
)
:
T
Parameters
Rest
...
args:
unknown
[]
Returns
T
Globals
Performance
Timer
constructor
_enabled
fqn
name
options
perf
tags
wrap
Generated using
TypeDoc