The bigint version of the {@link hrtime()} method returning the current high-resolution real time in nanoseconds as a bigint.
Unlike {@link hrtime()}, it does not support an additional time argument since the difference can just be computed directly by subtraction of the two bigints.
The
bigint
version of the{@link hrtime()}
method returning the current high-resolution real time in nanoseconds as abigint
.Unlike
{@link hrtime()}
, it does not support an additional time argument since the difference can just be computed directly by subtraction of the twobigint
s.