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

  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
thread.py 113 new_slice = slice_module.Slice(self, category, name, timestamp,
116 self._open_slices.append(new_slice)
117 new_slice.did_not_finish = True
118 self.PushSlice(new_slice)
119 return new_slice
150 new_slice = slice_module.Slice(self, category, name, timestamp,
154 new_slice.did_not_finish = True
156 new_slice.duration = duration
157 new_slice.thread_duration = thread_duration
158 self.PushSlice(new_slice)
    [all...]
trace_event_importer.py 120 new_slice = thread.EndSlice(
124 if arg_name in new_slice.args:
126 'Both the B and E phases of ' + new_slice.name +
129 new_slice.args[arg_name] = arg_value
  /external/autotest/site_utils/
lab_inventory.py 598 new_slice = lab_duts[start : end]
600 new_slice)
602 lab_slice = new_slice
    [all...]

Completed in 63 milliseconds