performance-ms
v1.1.0
Published
performance timer in ms
Downloads
14
Maintainers
Readme
performance-ms
performance timer in ms
Usage
import { now, diff } from 'performance-ms';
const startTime = now();
// run your code
const rt = diff(startTime);
console.log('rt %d', rt);
// stdout: rt 1.228
License
Contributors
|fengmk2|semantic-release-bot| | :---: | :---: |
This project follows the git-contributor spec, auto updated at Fri Aug 04 2023 15:21:17 GMT+0800
.