Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexandershushunov/js-dev-tools

A simple function to measure: - call counts - total invocations time
https://github.com/alexandershushunov/js-dev-tools

Last synced: 23 days ago
JSON representation

A simple function to measure: - call counts - total invocations time

Awesome Lists containing this project

README

        

# Set of small tools which can help to debug js code

## StaticFunctionMeasurement
A simple function to measure:
- call counts
- total invocations time

User Timing API is used.

## SaveState

Tool for saving object state after page reload