Skip to content

Commit fc1b967

Browse files
committed
updated readme
1 parent 6f824c1 commit fc1b967

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Read [Code Snippets tutorial][1] and
1717
* [timing.js](timing.js) - Detailed page timing information,
1818
from [addyosmani/timing.js](https://github.com/addyosmani/timing.js).
1919
* [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.
2021
* [local-storage-size.js](local-storage-size.js) - measures size of the strings in the `localStorage`.
2122
* [expensive-keys.js](expensive-keys.js) - measures how much space individual keys and their values
2223
take up in a collection of objects, read [Measuring Space Allocation][measure].

0 commit comments

Comments
 (0)