This type of function is used by stopwatches to return additional information to the callers of stop
Gets the number of nanoseconds that represent the current time according to process
.
Big decimal representation of the current time, in nanoseconds.
Generated using TypeDoc
This module contains runtime time counting utilities, i.e. objects that are able to measure the duration of operations during execution.
Such objects are capable of counting between arbitrary start and stop points in time. The results are all based on time objects.
Employ one of the following snippets to use it in your project:
import { BasicTimer, StopWatch, Timer } from "timecount/utils";
var localization = require("timecount").utils; // -or var timecount = require("timecount/utils");