Home | History | Annotate | Download | only in tools

Lines Matching refs:totalTime

90  * @param {number} totalTime Amount of time that application spent in the
99 funcName, totalTime, selfTime, head) {
101 funcName, totalTime, selfTime, head);
152 * @param {number} totalTime Amount of time that application spent in the
161 internalFuncName, totalTime, selfTime, head) {
163 this.totalTime = totalTime;
176 function() { return this.totalTime /
177 (this.head ? this.head.totalTime : this.totalTime) * 100.0; });
186 (this.head ? this.head.totalTime : this.totalTime) * 100.0; });
194 function() { return this.totalTime /
195 (this.parent ? this.parent.totalTime : this.totalTime) * 100.0; });