Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(741)

Side by Side Diff: test/memory/Memory.json

Issue 1074143002: Use cctest to track memory stats for isolate and context. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: disable always-opt Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « test/cctest/test-serialize.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "Memory", 2 "name": "Memory",
3 "run_count": 5, 3 "run_count": 5,
4 "units": "bytes", 4 "units": "bytes",
5 "path" : ["."], 5 "path" : ["."],
6 "binary": "mksnapshot", 6 "binary": "cctest",
7 "flags": ["snapshot.cc", "--profile-deserialization"], 7 "main": "test-serialize/SerializationMemoryStats",
8 "main": "",
9 "tests": [ 8 "tests": [
10 { 9 {
11 "name": "ReservedMemoryIsolate", 10 "name": "ReservedMemoryIsolate",
12 "results_regexp": "(\\d+) bytes per isolate$" 11 "results_regexp": "(\\d+) bytes per isolate$"
13 }, 12 },
14 { 13 {
15 "name": "ReservedMemoryContext", 14 "name": "ReservedMemoryContext",
16 "results_regexp": "(\\d+) bytes per context$" 15 "results_regexp": "(\\d+) bytes per context$"
17 }, 16 },
18 { 17 {
19 "name": "SnapshotSizeStartup", 18 "name": "SnapshotSizeStartup",
20 "results_regexp": "(\\d+) bytes for startup$" 19 "results_regexp": "(\\d+) bytes for startup$"
21 }, 20 },
22 { 21 {
23 "name": "SnapshotSizeStartup", 22 "name": "SnapshotSizeStartup",
24 "results_regexp": "(\\d+) bytes for context$" 23 "results_regexp": "(\\d+) bytes for context$"
25 } 24 }
26 ] 25 ]
27 } 26 }
OLDNEW
« no previous file with comments | « test/cctest/test-serialize.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698