org.expasy.jpl.commons.base.mem
Class RunTimeMemoryEstimator

java.lang.Object
  extended by org.expasy.jpl.commons.base.mem.RunTimeMemoryEstimator

public final class RunTimeMemoryEstimator
extends Object

This class evaluates the amount of memory used, free and total.

Version:
1.0
Author:
nikitin

Constructor Summary
RunTimeMemoryEstimator()
           
 
Method Summary
static long getTotalFreeMemory()
           
static long getUsedMemory()
           
static long traceMemory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunTimeMemoryEstimator

public RunTimeMemoryEstimator()
Method Detail

getUsedMemory

public static final long getUsedMemory()

traceMemory

public static final long traceMemory()

getTotalFreeMemory

public static final long getTotalFreeMemory()


Copyright (c) 2012 Swiss Institute of Bioinformatics. All rights reserved.