git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
2011-02-16 Ilya Tikhonovsky <loislo@chromium.org>
[WebKit-https.git]
/
LayoutTests
/
platform
/
chromium
/
inspector
/
timeline
/
timeline-parse-html-expected.txt
1
Tests the Timeline API instrumentation of ParseHTML
2
3
Test data
4
ParseHTML Properties:
5
{
6
startTime : <number>
7
stackTrace : <object>
8
data : {
9
length : 9
10
startLine : 0
11
endLine : 0
12
}
13
children : <object>
14
endTime : <number>
15
type : 4
16
usedHeapSize : <number>
17
totalHeapSize : <number>
18
}
19
ParseHTML Properties:
20
{
21
startTime : <number>
22
stackTrace : <object>
23
data : {
24
length : 1
25
startLine : 0
26
endLine : 0
27
}
28
children : <object>
29
endTime : <number>
30
type : 4
31
usedHeapSize : <number>
32
totalHeapSize : <number>
33
}
34