Searched refs:endTimeInSeconds (Results 1 – 7 of 7) sorted by relevance
120 WebInspector.TimelineModel.endTimeInSeconds = function(record) function in WebInspector.TimelineModel127 …return WebInspector.TimelineModel.endTimeInSeconds(record) - WebInspector.TimelineModel.startTimeI…328 var endTime = WebInspector.TimelineModel.endTimeInSeconds(record);
74 … var x = Math.round((WebInspector.TimelineModel.endTimeInSeconds(r) - minTime) * xFactor);
85 …var recordEnd = Math.ceil((WebInspector.TimelineModel.endTimeInSeconds(record) - timeOffset) * sca…
87 …yover = isFrameRecord && programRecord ? WebInspector.TimelineModel.endTimeInSeconds(programRecord…
424 var endTime = WebInspector.TimelineModel.endTimeInSeconds(record);684 …cpuTime += WebInspector.TimelineModel.endTimeInSeconds(task) - WebInspector.TimelineModel.startTim…687 var endTime = WebInspector.TimelineModel.endTimeInSeconds(tasks[lastTaskIndex]);1006 return WebInspector.TimelineModel.endTimeInSeconds(this._record);
247 …var end = (WebInspector.TimelineModel.endTimeInSeconds(record) - this._minimumBoundary) / this.bou…
1255 …(width, this._calculator.computePosition(WebInspector.TimelineModel.endTimeInSeconds(task)) + barO…