Skip to content

Commit

Permalink
fix persisting explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mrowetz committed Aug 12, 2015
1 parent 6448795 commit 87a1c3d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,8 @@ The bookmarklet also outputs various console tables ([where supported](https://d

![alt text](https://raw.githubusercontent.com/micmro/resourceTable/gh-pages/readme-assets/perfbook-tables-resources.png "tabular output in console of all resources in the page")

Various page metrics are persisted between page refreshes. This data can be accessed through the console via ```PerformanceBookmarklet.PageMetric.dump(delimiter, clear)```.
Various page metrics can be persisted between page refreshes and later displayed in the console, when ticking the `Persist Data?` checkbox.

Default values:
* delimiter: ```"\t"```
* clear: ```true```

How to use this snippet
-----------------------
Expand Down

0 comments on commit 87a1c3d

Please sign in to comment.