Home
last modified time | relevance | path

Searched refs:storageAfter (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/qa/complex/memCheck/
H A DCheckMemoryUsage.java413 int storageAfter = getOfficeMemoryUsage(createModeName("stop", 0)); in stop() local
416 while (storageAfter != mem && count < 10) in stop()
419 mem = storageAfter; in stop()
420 storageAfter = getOfficeMemoryUsage(createModeName("stop", count)); in stop()
423 m_nMemoryUsage = (storageAfter - m_nMemoryStart); in stop()

Completed in 12 milliseconds