Home
last modified time | relevance | path

Searched refs:TimelineThread (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/resources/gpu_internals/
Dtimeline_model.js58 function TimelineThread(parent, tid) { class
64 TimelineThread.prototype = { class
98 this.threads[tid] = new TimelineThread(this, tid);
249 TimelineThread: TimelineThread,
/external/chromium-trace/src/tracing/
Dtimeline_model.js108 function TimelineThread(parent, tid) { class
123 TimelineThread.getPTIDFromPidAndTid = function(pid, tid) {
131 TimelineThread.prototype = { class
142 return TimelineThread.getPTIDFromPidAndTid(this.tid, this.parent.pid);
222 TimelineThread.compare = function(x, y) {
361 this.threads[tid] = new TimelineThread(this, tid);
1066 TimelineThread: TimelineThread,
Dtrace_event_importer.js276 var ptid = tracing.TimelineThread.getPTIDFromPidAndTid(
Dtimeline.js558 threads.sort(tracing.TimelineThread.compare);
/external/chromium-trace/
Dscript.js48 …urn t[a]},TimelineSlice:g,TimelineThreadSlice:e,TimelineAsyncSlice:c,TimelineThread:f,TimelineCoun… property
80 a=tracing.TimelineThread.getPTIDFromPidAndTid(e.pid,e.tid);a in this.threadStateByPTID_||(this.thre…
100 …d(this));b=[];for(c in a.threads)b.push(a.threads[c]);b.sort(tracing.TimelineThread.compare);b.for…