promise-performance
Advanced tools
Comparing version
{ | ||
"name": "promise-performance", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A simple tool for profiling the performance of Promises in the browser", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -11,1 +11,15 @@ # Promise performance profiling | ||
<img src="/screenshot.png" alt="Screenshot of the profiling"/> | ||
# Usage | ||
The package changes the global object, so all you have to do is import it | ||
``` | ||
import 'promise-performance'; | ||
``` | ||
Then, to see profile information, call `window.getPromiseProfiles()` in your devTools, and reset the timers by calling | ||
`window.resetPromiseProfiles()`. | ||
Happy profiling. |
Sorry, the diff of this file is not supported yet
118923
0.04%24
118.18%