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

Unified Diff: tools/telemetry/telemetry/core/jsheap/model.py

Issue 22923013: Add JS heap snapshotting infrastructure to Telemetry (part 1) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 3 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 | « tools/telemetry/telemetry/core/jsheap/__init__.py ('k') | tools/telemetry/telemetry/core/web_contents.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/core/jsheap/model.py
diff --git a/chrome/test/chromeos/autotest/files/client/deps/telemetry_dep/README b/tools/telemetry/telemetry/core/jsheap/model.py
similarity index 51%
copy from chrome/test/chromeos/autotest/files/client/deps/telemetry_dep/README
copy to tools/telemetry/telemetry/core/jsheap/model.py
index c3c23523658c6e4ee875286d1fa1d6045aced5a0..e4f4eed5a560ff2bec2225d5b44cbb70c1f1158d 100644
--- a/chrome/test/chromeos/autotest/files/client/deps/telemetry_dep/README
+++ b/tools/telemetry/telemetry/core/jsheap/model.py
@@ -2,5 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-This dep brings Telemetry files into an image. Tests that depend on
-telemetry_dep should add this as a dep in their setup() method.
+class JsHeapSnapshotModel(object):
+ def __init__(self, raw_data):
+ # FIXME(marja): Parse the raw data (copy the parsing code from jsleakcheck).
+ pass
« no previous file with comments | « tools/telemetry/telemetry/core/jsheap/__init__.py ('k') | tools/telemetry/telemetry/core/web_contents.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698