Performance$Typings extension

on

Properties

clearMarks ↔ void Function([String?])

Available on Performance, provided by the Performance$Typings extension

getter/setter pair
clearMeasures ↔ void Function([String?])

Available on Performance, provided by the Performance$Typings extension

getter/setter pair
getEntries List Function()

Available on Performance, provided by the Performance$Typings extension

getter/setter pair
getEntriesByName List Function(String, [String?])

Available on Performance, provided by the Performance$Typings extension

getter/setter pair
getEntriesByType List Function(String)

Available on Performance, provided by the Performance$Typings extension

getter/setter pair
mark → ({PerformanceMark Function(String markName, [PerformanceMarkOptions? options]) $1, PerformanceMark Function(String markName, [PerformanceMarkOptions? options]) $2})

Available on Performance, provided by the Performance$Typings extension

Overload accessor: $1, $2
no setter
measure → ({PerformanceMeasure Function(String measureName, [PerformanceMeasureOptions? options]) $1, PerformanceMeasure Function(String measureName, [PerformanceMeasureOptions? options]) $2, PerformanceMeasure Function(String measureName, [String? startMark, String? endMark]) $3})

Available on Performance, provided by the Performance$Typings extension

Overload accessor: $1, $2, $3
no setter
now num Function()

Available on Performance, provided by the Performance$Typings extension

getter/setter pair
timeOrigin num

Available on Performance, provided by the Performance$Typings extension

Returns a timestamp representing the start of the performance measurement.
no setter
toJSON ↔ dynamic Function()

Available on Performance, provided by the Performance$Typings extension

getter/setter pair