Serialized Form


Package net.sf.jperfprobe

Class net.sf.jperfprobe.ProbeManagerImpl extends Object implements Serializable

Serialized Fields

log

org.slf4j.Logger log

presentation

ProbeManagerImpl.Presentation presentation

firstSamplesToSkip

int firstSamplesToSkip

resultMap

Map<K,V> resultMap

rmapRwl

ReentrantReadWriteLock rmapRwl

rLock

Lock rLock

wLock

Lock wLock

time

Time time

Class net.sf.jperfprobe.Result extends Object implements Serializable

Serialized Fields

log

org.slf4j.Logger log

samplesToSkip

int samplesToSkip

currentSamplesSkip

int currentSamplesSkip

samples

long[] samples

nSamples

int nSamples

sampleIndex

int sampleIndex

max

double max

min

double min

average

double average

name

String name

lastSample

long lastSample

singleProbe

Probe singleProbe

total

long total

squareSum

double squareSum



Copyright © 2004-2011. All Rights Reserved.