Skip to content

Instantly share code, notes, and snippets.

@brendandahl
Created March 14, 2012 17:53
Show Gist options
  • Save brendandahl/2038213 to your computer and use it in GitHub Desktop.
Save brendandahl/2038213 to your computer and use it in GitHub Desktop.
pdf.js stats format
[
{
"browser": "firefox",
"page": 1,
"pdf": "tracemonkey-eq",
"round": 0,
"stats": [
{
"end": 1331675927704,
"name": "Page Request",
"start": 1331675927650
},
{
"end": 1331675927918,
"name": "Font Loading",
"start": 1331675927704
},
{
"end": 1331675928079,
"name": "Rendering",
"start": 1331675927919
},
{
"end": 1331675928079,
"name": "Overall",
"start": 1331675927621
}
]
},
{
"browser": "firefox",
"page": 2,
"pdf": "tracemonkey-eq",
"round": 0,
"stats": [
{
"end": 1331675928195,
"name": "Page Request",
"start": 1331675928149
},
{
"end": 1331675928250,
"name": "Font Loading",
"start": 1331675928195
},
{
"end": 1331675928388,
"name": "Rendering",
"start": 1331675928250
},
{
"end": 1331675928388,
"name": "Overall",
"start": 1331675928149
}
]
},
....
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment