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
PerformanceTimerFactory
Class PerformanceTimerFactory
Hierarchy
TimerWrapperFactory
PerformanceTimerFactory
Index
Constructors
constructor
Properties
options
Methods
async
Timer
timer
Constructors
constructor
new
Performance
Timer
Factory
(
options
:
PerformanceTimerOptions
)
:
PerformanceTimerFactory
Parameters
options:
PerformanceTimerOptions
Returns
PerformanceTimerFactory
Properties
Protected
Readonly
options
options
:
PerformanceTimerOptions
Methods
async
Timer
async
Timer<T>
(
name
:
string
, tags
?:
Tags
)
:
TimerWrapper
<
Promise
<
T
>
>
Type parameters
T
Parameters
name:
string
Default value
tags:
Tags
= {}
Returns
TimerWrapper
<
Promise
<
T
>
>
timer
timer<T>
(
name
:
string
, tags
?:
Tags
)
:
TimerWrapper
<
T
>
Type parameters
T
Parameters
name:
string
Default value
tags:
Tags
= {}
Returns
TimerWrapper
<
T
>
Globals
Performance
Timer
Factory
constructor
options
async
Timer
timer
Generated using
TypeDoc