Home | History | Annotate | Download | only in tracing

Lines Matching full:slicegroup

23     t.sliceGroup.pushSlice(new ThreadSlice('', 'a', 0, 1, {}, 4));
81 t.sliceGroup.pushSlice(new ThreadSlice('', 'a', 0, 1, {}, 3));
90 t1.sliceGroup.pushSlice(new ThreadSlice('', 'a', 0, 1, {}, 3));
112 t.sliceGroup.pushSlice(new ThreadSlice('', 'a', 0, 1, {}, 4));
154 assertEquals(1, t2.sliceGroup.length, 1);
155 assertEquals('taskA', t2.sliceGroup.slices[0].title);
157 assertEquals(1, t3.sliceGroup.length);
158 assertEquals('taskB', t3.sliceGroup.slices[0].title);
202 t.sliceGroup.pushSlice(new ThreadSlice('categoryA', 'a', 0, 1, {}, 3));
203 t.sliceGroup.pushSlice(new ThreadSlice('categoryA', 'a', 0, 1, {}, 3));
204 t.sliceGroup.pushSlice(new ThreadSlice('categoryB', 'a', 0, 1, {}, 3));
205 t.sliceGroup.pushSlice(new ThreadSlice('categoryA', 'a', 0, 1, {}, 3));
206 t.sliceGroup.pushSlice(new ThreadSlice('', 'a', 0, 1, {}, 3));