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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/cctest/test-serialize.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/memory/Memory.json
diff --git a/test/memory/Memory.json b/test/memory/Memory.json
index addaf73b51924f7989f17acdd2d33c1f0cef68b1..488da1a2e20ab12eb03a279ec7a9d37f1d5f3c61 100644
--- a/test/memory/Memory.json
+++ b/test/memory/Memory.json
@@ -3,9 +3,8 @@
"run_count": 5,
"units": "bytes",
"path" : ["."],
- "binary": "mksnapshot",
- "flags": ["snapshot.cc", "--profile-deserialization"],
- "main": "",
+ "binary": "cctest",
+ "main": "test-serialize/SerializationMemoryStats",
"tests": [
{
"name": "ReservedMemoryIsolate",
« 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