ptiming
v1.0.1
Published
Performance Timing API measurement helpers
Downloads
5
Maintainers
Readme
ptiming
A small tool for working with Web Performance API.
Installation
$ yarn add ptiming
Usage
Get measurements:
timing.getNavigationDuration();
Get paint timing:
timing.getPaintTiming();
Make a table:
timing.table();
License
MIT