Options for PerfHooks.createHistogram.
Fields
optionallowest:Null<EitherType<Float, Dynamic>>
The lowest discernible value. Must be an integer value greater than 0.
Default: 1.
| // TODO: allow BigInt when hxnodejs gains a BigInt type (Node accepts number | bigint). |
|---|
optionalhighest:Null<EitherType<Float, Dynamic>>
The highest recordable value. Must be an integer value that is equal to or greater than
two times lowest. Default: Number.MAX_SAFE_INTEGER.
| // TODO: allow BigInt when hxnodejs gains a BigInt type (Node accepts number | bigint). |
|---|