Changeset 5128
- Timestamp:
- Oct 13, 2009, 8:29:36 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/views/experiments/view_experiment.jsp
r5120 r5128 548 548 else 549 549 { 550 long time = 0;551 550 %> 552 551 <base:section … … 586 585 <tbl:rows> 587 586 <% 588 time -= System.currentTimeMillis();589 587 SnapshotManager manager = new SnapshotManager(); 590 588 for (RawBioAssay item : rawBioAssays) … … 668 666 <% 669 667 } 670 time += System.currentTimeMillis();671 668 %> 672 669 </tbl:rows> 673 670 </tbl:data> 674 671 </tbl:table> 675 <%=time %> ms676 672 </base:section> 677 673 <%
Note: See TracChangeset
for help on using the changeset viewer.