Changeset 50 for trunk/org.etsi.common
- Timestamp:
- 02/21/12 01:29:20 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/org.etsi.common/src/org/etsi/common/MemoryTest.java
r48 r50 13 13 heap+=heapIncrement; 14 14 } 15 System.out.println(heap );15 System.out.println(heap-2*heapIncrement); 16 16 } catch (Exception e) { 17 17 // TODO Auto-generated catch block
Note: See TracChangeset
for help on using the changeset viewer.