public class MeasureBaselineMemoryFootprint extends org.netbeans.junit.NbPerformanceTestCase (Code)
Measure memory footprint, by checking size of memory occupied by runide process.
On Windows platform used pslist.exe, on Unix platform used ps.
Output of these commands is parsed and measured memory size
(windows - "MEM", unix - "RES", "RSS") presents as measured memory footprint.
author: mmirilovic@netbeans.org