Home | History | Annotate | Download | only in src

Lines Matching full:1000

135       ctr.timestamps.push(event.ts / 1000);
161 if (!thread.isTimestampValidForBeginOrEnd(event.ts / 1000)) {
166 thread.beginSlice(event.cat, event.name, event.ts / 1000, event.args);
170 if (!thread.isTimestampValidForBeginOrEnd(event.ts / 1000)) {
181 var slice = thread.endSlice(event.ts / 1000);
203 thread.beginSlice(event.cat, event.name, event.ts / 1000, event.args);
204 thread.endSlice(event.ts / 1000);
302 events[0].event.ts / 1000);
304 slice.duration = (event.ts / 1000) - (events[0].event.ts / 1000);
321 events[j - 1].event.ts / 1000);
324 (events[j].event.ts / 1000) - (events[j - 1].event.ts / 1000);