We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f824c1 commit fc1b967Copy full SHA for fc1b967
README.md
@@ -17,6 +17,7 @@ Read [Code Snippets tutorial][1] and
17
* [timing.js](timing.js) - Detailed page timing information,
18
from [addyosmani/timing.js](https://github.com/addyosmani/timing.js).
19
* [time-method-call.js](time-method-call.js) - measures single method call time.
20
+* [profile-method-call.js](profile-method-call.js) - profiles a single method call.
21
* [local-storage-size.js](local-storage-size.js) - measures size of the strings in the `localStorage`.
22
* [expensive-keys.js](expensive-keys.js) - measures how much space individual keys and their values
23
take up in a collection of objects, read [Measuring Space Allocation][measure].
0 commit comments