tracealyzer
Advanced tools
Comparing version 0.9.2 to 0.9.3
{ | ||
"name": "tracealyzer", | ||
"version": "0.9.2", | ||
"version": "0.9.3", | ||
"description": "A small package that reads Chrome trace files and outputs relevant information and statistics", | ||
"main": "index.js", | ||
"url": "http://github.com/madskonradsen/tracealyzer", | ||
"scripts": { | ||
@@ -7,0 +8,0 @@ "test": "$(npm bin)/mocha" |
@@ -93,3 +93,3 @@ # Tracealyzer | ||
## Example usage | ||
## Example usage using Chrome puppeteer | ||
``` | ||
@@ -96,0 +96,0 @@ const puppeteer = require('puppeteer'); |
11820