Searched refs:new_slice (Results 1 – 3 of 3) sorted by relevance
113 new_slice = slice_module.Slice(self, category, name, timestamp,116 self._open_slices.append(new_slice)117 new_slice.did_not_finish = True118 self.PushSlice(new_slice)119 return new_slice150 new_slice = slice_module.Slice(self, category, name, timestamp,154 new_slice.did_not_finish = True156 new_slice.duration = duration157 new_slice.thread_duration = thread_duration158 self.PushSlice(new_slice)[all …]
133 new_slice = thread.EndSlice(137 if arg_name in new_slice.args:139 'Both the B and E phases of ' + new_slice.name +142 new_slice.args[arg_name] = arg_value
672 new_slice = lab_duts[start : end]674 new_slice)676 lab_slice = new_slice