Class ProfileReportSection
Constructors
constructor
Parameters
title: string
totalDuration: number
Properties
Optional labelFunc
label
Func
?: (timerType
: TimerType, defaultLabel
: string) => stringType declaration
- (timerType: TimerType, defaultLabel: string): string
rowFunc
row
Func
: (timerType
: TimerType, labelFunc
?: (timerType
: TimerType, defaultLabel
: string) => string) => any[]Type declaration
- (timerType: TimerType, labelFunc?: (timerType: TimerType, defaultLabel: string) => string): any[]
Parameters
Optional labelFunc: (timerType: TimerType, defaultLabel: string) => string
- (timerType: TimerType, defaultLabel: string): string
Returns any[]
totalDuration
totalDuration: number
Methods
toString
- toString(limit?: number): string