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

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

Issue 24076016: Add JS heap snapshotting functionality to Telemetry (part 2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review (nduca) 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') | no next file » | 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/tools/telemetry/telemetry/core/jsheap/model.py b/tools/telemetry/telemetry/core/jsheap/model.py
deleted file mode 100644
index 9c06623e20f6dc6019fe2bfbecd154dec4ccbef2..0000000000000000000000000000000000000000
--- a/tools/telemetry/telemetry/core/jsheap/model.py
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 2013 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-class JsHeapSnapshotModel(object):
- def __init__(self, raw_data):
- # FIXME(marja): Parse the raw data (copy the parsing code from jsleakcheck).
- pass
marja 2013/09/16 11:12:47 I don't know why this file doesn't show up as dele
« no previous file with comments | « tools/telemetry/telemetry/core/jsheap/__init__.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698