Performance$Typings extension
Properties
-
clearMarks
↔ void Function([String?])
-
getter/setter pair
-
clearMeasures
↔ void Function([String?])
-
getter/setter pair
-
getEntries
↔ List Function()
-
getter/setter pair
-
getEntriesByName
↔ List Function(String, [String?])
-
getter/setter pair
-
getEntriesByType
↔ List Function(String)
-
getter/setter pair
-
mark
→ ({PerformanceMark Function(String markName, [PerformanceMarkOptions? options]) $1, PerformanceMark Function(String markName, [PerformanceMarkOptions? options]) $2})
-
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})
-
Overload accessor: $1, $2, $3
no setter
-
now
↔ num Function()
-
getter/setter pair
-
timeOrigin
→ num
-
Returns a timestamp representing the start of the performance measurement.
no setter
-
toJSON
↔ dynamic Function()
-
getter/setter pair