Lines Matching refs:start
84 app.start(true); in before()
94 private void addRecord(long start, long end) { in addRecord() argument
97 …result.addRow("data", testname.getMethodName(), i, (end - start), perf.get("vsz"), perf.get("rss")… in addRecord()
105 aoo.start(); in coolStartup()
106 long start = System.currentTimeMillis(); in coolStartup() local
109 addRecord(start, end); in coolStartup()
119 aoo.start(); in warmStartup()
120 long start = System.currentTimeMillis(); in warmStartup() local
123 addRecord(start, end); in warmStartup()
132 app.start(); in newTextDocument()
134 long start = System.currentTimeMillis(); in newTextDocument() local
137 addRecord(start, end); in newTextDocument()
146 app.start(); in newSpreadsheet()
148 long start = System.currentTimeMillis(); in newSpreadsheet() local
151 addRecord(start, end); in newSpreadsheet()
160 app.start(); in newPresentation()
163 long start = System.currentTimeMillis(); in newPresentation() local
166 addRecord(start, end); in newPresentation()
179 app.start(); in slideShow()
186 long start = System.currentTimeMillis(); in slideShow() local
195 addRecord(start, end); in slideShow()
297 app.start(); in loadFinish()
302 long start = System.currentTimeMillis(); in loadFinish() local
316 addRecord(start, end); in loadFinish()
391 app.start(); in save()
416 long start = System.currentTimeMillis(); in save() local
430 addRecord(start, end); in save()