Searched refs:pushEntryInfoRow (Results 1 – 1 of 1) sorted by relevance
1203 function pushEntryInfoRow(title, text) function1211 pushEntryInfoRow(WebInspector.UIString("Name"), timelineData.entryTitles[entryIndex]);1214 pushEntryInfoRow(WebInspector.UIString("Self time"), selfTime);1215 pushEntryInfoRow(WebInspector.UIString("Total time"), totalTime);1217 pushEntryInfoRow(WebInspector.UIString("URL"), node.url + ":" + node.lineNumber);1218 …pushEntryInfoRow(WebInspector.UIString("Aggregated self time"), Number.secondsToString(node.selfTi…1219 …pushEntryInfoRow(WebInspector.UIString("Aggregated total time"), Number.secondsToString(node.total…1221 pushEntryInfoRow(WebInspector.UIString("Not optimized"), node.deoptReason);