Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ProfileReportSection

Hierarchy

  • ProfileReportSection

Index

Constructors

Properties

labelFunc?: (timerType: TimerType, defaultLabel: string) => string

Type declaration

    • (timerType: TimerType, defaultLabel: string): string
    • Parameters

      Returns string

rowFunc: (timerType: TimerType, labelFunc?: (timerType: TimerType, defaultLabel: string) => string) => any[]

Type declaration

    • (timerType: TimerType, labelFunc?: (timerType: TimerType, defaultLabel: string) => string): any[]
    • Parameters

      • timerType: TimerType
      • Optional labelFunc: (timerType: TimerType, defaultLabel: string) => string
          • (timerType: TimerType, defaultLabel: string): string
          • Parameters

            Returns string

      Returns any[]

table: Table
timerTypes: TimerType[]
title: string
totalDuration: number

Methods

  • toString(limit?: number): string

Generated using TypeDoc