HomeSort by relevance Sort by last modified time
    Searched refs:snapshots (Results 1 - 11 of 11) sorted by null

  /external/chromium-trace/trace-viewer/src/tcmalloc/
tcmalloc_instance_view.css 15 .tcmalloc-instance-view #snapshots > * {
  /external/chromium-trace/trace-viewer/src/tracing/analysis/
default_object_view.css 10 .default-object-instance-view #snapshots > * {
  /external/chromium_org/tools/memory_inspector/memory_inspector/frontends/
www_server.py 189 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[time
    [all...]
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
profiler_unittest.js 42 equal(models.length, data.snapshots.length);
menu-view.js 81 // Merge trees in all snapshots.
profiler.js 322 return self.jsonData_.snapshots.map(function(snapshot) {
  /external/chromium_org/chrome/browser/resources/profiler/
profiler.js 8 // 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
    [all...]
  /external/chromium_org/ui/display/chromeos/
display_configurator.cc 572 std::vector<DisplaySnapshot*> snapshots = local
576 for (size_t i = 0; i < snapshots.size(); ++i) {
578 display_state.display = snapshots[i];
    [all...]
  /external/chromium-trace/
script.js     [all...]
  /external/mksh/src/
Build.sh     [all...]
  /external/blktrace/btt/doc/
btt.tex     [all...]

Completed in 1005 milliseconds