| 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
|
|
|