org.sblim.wbem.util

Class Benchmark


public class Benchmark
extends java.lang.Object

Author:
Administrator To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Field Summary

long
cumulativeTime
long
currentTime
long
elapse
long
memory
static Runtime
rt
long
transportCumulativeTime
long
transportCurrentTime
long
transportElapse

Method Summary

static void
gc()
static long
getCumulativeTime()
static long
getElapse()
static long
getMemoryConsumption()
static long
getTransportCumulativeTime()
static long
getTransportElapse()
static void
resetTime()
Deprecated.
static void
resetTimer()
static long
showMemory()
static void
startMemoryMeter()
static void
startTimer()
static void
startTransportTimer()
static void
stopMemoryMeter()
static void
stopTimer()
static void
stopTransportTimer()

Field Details

cumulativeTime

public long cumulativeTime

currentTime

public long currentTime

elapse

public long elapse

memory

public long memory

rt

public static final Runtime rt

transportCumulativeTime

public long transportCumulativeTime

transportCurrentTime

public long transportCurrentTime

transportElapse

public long transportElapse

Method Details

gc

public static void gc()

getCumulativeTime

public static long getCumulativeTime()

getElapse

public static long getElapse()

getMemoryConsumption

public static long getMemoryConsumption()

getTransportCumulativeTime

public static long getTransportCumulativeTime()

getTransportElapse

public static long getTransportElapse()

resetTime

public static void resetTime()

Deprecated.


resetTimer

public static void resetTimer()

showMemory

public static long showMemory()

startMemoryMeter

public static void startMemoryMeter()

startTimer

public static void startTimer()

startTransportTimer

public static void startTransportTimer()

stopMemoryMeter

public static void stopMemoryMeter()

stopTimer

public static void stopTimer()

stopTransportTimer

public static void stopTransportTimer()

Copyright © 2005, 2007 IBM Corporation. All Rights Reserved.