ABCDEFGHIJKLMNOPQRSTUVWXYZAAABACADAEAFAGAHAIAJAKALAMANAOAPAQARASATAUAVAWAXAYAZBABBBCBDBEBFBGBHBIBJBKBLBMBNBOBPBQBRBSBTBUBVBWBXBYBZCACBCCCDCECFCGCHCICJCKCLCMCNCOCPCQCRCSCTCUCV
1
Numbers will be changed because I run benchmarks periodically and I update the sheet without taking any backup
2
Unit: MiB
3
malloc = actual_size_allocated_by_malloc - tracing
4
allocator sum = malloc + v8 + blink_gc + partition_alloc + discardable
5
6
I use following CL to create this spreadsheet. Basically, it reports numbers from the latest memory dump events associated with the renderer process.
7
https://codereview.chromium.org/1210403002
8
9
Settings
10
Desktop(linux)
z620, ToT (24 July 2015)
11
Mobile 1
Nexus 7, Version 5.1.1, ToT (24 July 2015)
12
Mobile 2 (low memory)
Nesus 4, Version 5.1.1, ToT (24 July 2015), limited to 500MB ram
13
PageSet: tools/perf/page_sets
14
https://code.google.com/p/chromium/codesearch#chromium/src/tools/perf/page_sets/&q=page_sets&sq=package:chromium
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100