24.1.3 • Published 7 days ago

@cloudize/highres-timer v24.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
7 days ago

Cloudize High Resolution Timer

npm.io Codacy Badge Codacy Badge npm.io npm.io

High resolution timer for the Cloudize Platform and SDKs.


This package provides a basic high resolution timer for the Cloudize Platform and SDKs. It allows a consumer to get a start time structure and then to query the elapsed time some time later. The elapsed time is returned in milliseconds.

List of features

  • Simple with only two functions
  • Works in Node and all browsers

Typescript Code Demo

  const startTime: HighresTimeType = startTime();
  doSomethingThatTakesTime();
  const elapsedTimeMS: number = elapsedTime(startTime);

Javascript Code Demo

  const startTime = startTime();
  doSomethingThatTakesTime();
  const elapsedTimeMS = elapsedTime(startTime);

Download & Installation

$ npm i @cloudize/highres-timer 

Authors or Acknowledgments

  • Cloudize Limited
  • Vlad Tansky

License

This project is licensed under the MIT License

24.1.3

7 days ago

24.1.2

1 month ago

24.1.1

2 months ago

23.3.5

3 months ago

24.1.0

3 months ago

23.3.3

7 months ago

23.3.2

7 months ago

23.3.4

6 months ago

23.2.2

11 months ago

23.2.3

11 months ago

23.2.1

1 year ago

23.2.0

1 year ago

23.1.5

1 year ago

23.1.4

1 year ago

23.1.3

1 year ago

22.2.4

2 years ago

22.2.3

2 years ago

23.1.0

1 year ago

22.2.2

2 years ago

22.2.0

2 years ago

22.1.13

2 years ago

22.1.11

2 years ago

22.1.10

2 years ago

22.1.9

2 years ago