package js.html
extended by PerformanceMark, PerformanceMeasure, PerformanceResourceTiming
Available on jsThe
PerformanceEntry
object encapsulates a single performance metric that is part of the performance timeline. A performance entry can be directly created by making a performancemark
ormeasure
(for example by calling themark()
method) at an explicit point in an application. Performance entries are also created in indirect ways such as loading a resource (such as an image).Documentation PerformanceEntry by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
read only duration:Float
A DOMHighResTimeStamp
representing the time value of the duration of the performance event.
read only entryType:String
A DOMString
representing the type of performance metric such as "mark
". See PerformanceEntry.entryType
for a list of valid values.
read only name:String
A DOMString
representing the name of a performance entry when the metric was created.
read only startTime:Float
A DOMHighResTimeStamp
representing the starting time for the performance metric.
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/PerformanceEntry.html