Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alexandershushunov/js-dev-tools
- Owner: AlexanderShushunov
- Created: 2015-05-28T16:08:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-25T15:01:21.000Z (almost 9 years ago)
- Last Synced: 2024-04-23T20:26:33.632Z (8 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 timeUser Timing API is used.
## SaveState
Tool for saving object state after page reload