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