View source
typedef PerformanceMeasureOptions
package js.node.perf_hooks
import js.node.perf_hooks.PerformanceMeasure
Options for Performance.measure when using the options-object form.
Fields
optionalstart:Null<EitherType<String, Float>>
Timestamp to be used as the start time, or a string identifying a previously recorded mark.
optionalend:Null<EitherType<String, Float>>
Timestamp to be used as the end time, or a string identifying a previously recorded mark.