Lines Matching refs:end

98 			long end = System.currentTimeMillis();  in saveNewSDWithNewSlides()  local
99 addRecord(i, start, end); in saveNewSDWithNewSlides()
123 long end = System.currentTimeMillis(); in saveNewSDWithTable() local
124 addRecord(i, start, end); in saveNewSDWithTable()
144 long end = System.currentTimeMillis(); in saveNewSDWithPic() local
145 addRecord(i, start, end); in saveNewSDWithPic()
164 long end = System.currentTimeMillis(); in saveNewSDWithTextbox() local
165 addRecord(i, start, end); in saveNewSDWithTextbox()
183 long end = System.currentTimeMillis(); in saveNewSDWithExternalSlides() local
184 addRecord(i, start, end); in saveNewSDWithExternalSlides()
209 long end = System.currentTimeMillis(); in saveNewSDWithAnimation() local
210 addRecord(i, start, end); in saveNewSDWithAnimation()
245 long end = System.currentTimeMillis(); in saveNewSDWithShowSettings() local
246 addRecord(i, start, end); in saveNewSDWithShowSettings()
260 long end = System.currentTimeMillis(); in saveSDTemplate() local
261 addRecord(i, start, end); in saveSDTemplate()
309 long end = System.currentTimeMillis(); in opChartOnOpenedSD() local
310 addRecord(i, start, end); in opChartOnOpenedSD()
338 long end = System.currentTimeMillis(); in switchViewOfOpenedSD() local
339 addRecord(i, start, end); in switchViewOfOpenedSD()
374 private void addRecord(int i, long start, long end) { in addRecord() argument
376 xmlResult.addRow("Data",testname.getMethodName(), i, (end - start), in addRecord()
378 log.log( Level.INFO, "\t"+testname.getMethodName()+"["+i+"] took "+(end-start)+"ms"); in addRecord()