Searched refs:snapshots (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium-trace/trace-viewer/src/tracing/trace_model/
H A Dobject_instance.js35 this.snapshots = [];
54 if (this.snapshots.length > 0) {
55 lastSnapshot = this.snapshots[this.snapshots.length - 1];
67 this.snapshots.push(snapshot);
73 if (this.snapshots.length > 0) {
74 lastSnapshot = this.snapshots[this.snapshots.length - 1];
88 for (var i = 0; i < this.snapshots.length; i++)
89 this.snapshots[
[all...]
H A Dtime_to_object_instance_map_test.js34 assertEquals(2, i10.snapshots.length);
35 assertEquals('a1', i10.snapshots[0].args);
36 assertEquals('a2', i10.snapshots[1].args);
55 assertEquals(1, i40.snapshots.length);
H A Dtime_to_object_instance_map.js73 if (instance.snapshots.length != 0) {
76 'snapshots have been added. First snap was at ts=' +
77 instance.snapshots[0].ts + ' and creationTs was ' +
103 if (tmp.creationTsWasExplicit == false && tmp.snapshots.length == 0)
142 // A new instance was deleted with no snapshots in-between.
/external/chromium-trace/trace-viewer/src/cc/
H A Dlayer_tree_host_impl_test.js18 var snapshot = instance.snapshots[0];
H A Dtile_test.js18 var snapshot = instance.snapshots[0];
H A Dpicture_test.js19 var snapshot = instance.snapshots[0];
30 var snapshot = instance.snapshots[0];
H A Dlayer_viewer_test.js19 var lthi = instance.snapshots[0];
35 var lthi = instance.snapshots[0];
H A Dpicture_ops_list_view_test.js23 var snapshot = instance.snapshots[0];
37 var snapshot = instance.snapshots[0];
H A Dlayer_tree_host_impl_view_test.js19 var snapshot = instance.snapshots[0];
H A Dlayer_tree_host_impl.js96 this.snapshots.forEach(function(lthi) {
/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/js/
H A Dprofiler.js11 // 2. A set of snapshots, identifying the times when the dump was taken. All the
12 // snapshots have the same shape and the same nodes (but their values can
32 this.times_ = []; // Snapshot times: [0,4,8] -> 3 snapshots x 4 sec.
69 this.profileArchivedMmaps = function(archiveName, snapshots, ruleset) {
78 snapshots: snapshots,
82 this.profileArchivedNHeaps = function(archiveName, snapshots, ruleset) {
91 snapshots: snapshots,
105 // - The number of snapshots (an
[all...]
H A Dstorage.js44 // Generates a mmap profile for the selected snapshots.
47 alert('No snapshots selected!');
51 var snapshots = [];
57 alert('All the selected snapshots must belong to the same archive!');
61 snapshots.push(this.tableData_.getValue(row, 1));
63 profiler.profileArchivedMmaps(archiveName, snapshots, ruleset);
96 // Generates a native heap profile for the selected snapshots.
99 alert('No snapshots selected!');
103 var snapshots = [];
109 alert('All the selected snapshots mus
[all...]
/external/qemu/block/
H A Dqcow2-snapshot.c55 g_free(s->snapshots[i].name);
56 g_free(s->snapshots[i].id_str);
58 g_free(s->snapshots);
59 s->snapshots = NULL;
73 s->snapshots = NULL;
79 s->snapshots = g_malloc0(s->nb_snapshots * sizeof(QCowSnapshot));
85 sn = s->snapshots + i;
118 /* add at the end of the file a new list of snapshots */
129 /* compute the size of the snapshots */
132 sn = s->snapshots
[all...]
/external/chromium-trace/trace-viewer/src/tcmalloc/
H A Dheap_instance_track.js48 this.objectInstance_.snapshots);
51 computeMaxBytes_: function(snapshots) {
53 for (var i = 0; i < snapshots.length; i++) {
54 var snapshot = snapshots[i];
61 // Keep track of the maximum across all snapshots.
98 var objectSnapshots = this.objectInstance_.snapshots;
146 // Selected snapshots get a lighter color.
172 this.objectInstance_.snapshots,
191 var objectSnapshots = this.objectInstance_.snapshots;
H A Dtcmalloc_instance_view.js18 * has multiple snapshots.
34 if (!instance || !instance.snapshots || instance.snapshots.length == 0) {
42 var snapshot = instance.snapshots[0];
60 for (var i = 0; i < instance.snapshots.length; i++) {
61 var snapshot = instance.snapshots[i];
H A Dtcmalloc_instance_view.css15 .tcmalloc-instance-view #snapshots > * {
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/
H A Dprofiler_unittest.js42 equal(models.length, data.snapshots.length);
/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Ddefault_object_view.css10 .default-object-instance-view #snapshots > * {
H A Ddefault_object_view.js103 html += '<tr><td>snapshots:</td><td id="snapshots"></td></tr>\n';
106 var snapshotsEl = this.querySelector('#snapshots');
107 instance.snapshots.forEach(function(snapshot) {
/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/
H A Dwww_server.py189 for timestamp_str in req_vars['snapshots']:
235 # The resulting profile will consist of 1+ snapshots (depending on the number
241 snapshots = collections.OrderedDict((time, classifier.Classify(dump, rules))
247 profile_id = _CacheObject(snapshots)
249 first_snapshot = next(snapshots.itervalues())
251 'times': snapshots.keys(),
265 snapshots = _GetCacheObject(snapshot_id)
266 if not snapshots:
268 if time not in snapshots:
270 snapshot = snapshots[tim
[all...]
/external/valgrind/main/massif/
H A Dms_main.c40 // - do snapshots on client requests
55 // - With --stack=yes, want to add a stack trace for detailed snapshots so
86 // - (Andy Lin) Give a stack trace on detailed snapshots?
135 - can completely separate connection between snapshots and trees.
152 Number of snapshots: 50
153 Detailed snapshots: [2, 11, 13, 19, 25, 32 (peak)]
208 // snapshots:
210 // is to always have a certain number of temporary snapshots around. So
214 // normal snapshots, a small fraction are detailed snapshots
1040 static Snapshot* snapshots; // Array of snapshots. variable
[all...]
/external/chromium-trace/trace-viewer/src/tracing/tracks/
H A Dobject_instance_track_test.js36 frames[0].snapshots[1].selected = true;
74 // Hit the instance, between the 1st and 2nd snapshots
H A Dobject_instance_track.js54 this.objectSnapshots_, instance.snapshots);
172 // Pick snapshots first.
/external/chromium_org/chrome/browser/resources/profiler/
H A Dprofiler.js8 // TODO(eroman): The handling of "max" across snapshots is not correct.
10 // Secondly, we need to take into account the "max" of intermediary snapshots,
104 var TOGGLE_SNAPSHOTS_LINK_ID = 'snapshots-link';
105 var SNAPSHOTS_ROW = 'snapshots-row';
109 var SAVE_SNAPSHOTS_BUTTON_ID = 'save-snapshots-button';
337 * between two snapshots. Diffing numeric quantities generally
1301 * Returns a list of the currently selected snapshots. This list is
1327 * Re-draw the description that explains which snapshots are currently
1328 * selected (if two snapshots were selected we explain that the *difference*
1347 // Otherwise if two snapshots wer
[all...]
/external/chromium-trace/trace-viewer/src/tracing/importer/
H A Dtrace_event_importer_test.js989 assertEquals(2, i10.snapshots.length);
991 var s15 = i10.snapshots[0];
995 var s20 = i10.snapshots[1];
1033 assertEquals(2, subObject1.snapshots.length);
1034 assertEquals(15, subObject1.snapshots[0].ts);
1035 assertEquals(1, subObject1.snapshots[0].args.foo);
1036 assertEquals(20, subObject1.snapshots[1].ts);
1037 assertEquals(2, subObject1.snapshots[1].args.foo);
1042 assertEquals(1, subObject2.snapshots.length);
1043 assertEquals(20, subObject2.snapshots[
[all...]

Completed in 527 milliseconds

12