Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
I
M
N
P
R
S
T
V
A
addSample(long)
- Method in class net.sf.jperfprobe.
Result
Add a sample to the probe, and recalculate the average & min/max values.
addSampleFromProbe(Probe)
- Method in interface net.sf.jperfprobe.
ProbeManager
Add a sample from a probe.
addSampleFromProbe(Probe)
- Method in class net.sf.jperfprobe.
ProbeManagerImpl
Add a sample from a probe.
addSampleFromProbe(Probe)
- Static method in class net.sf.jperfprobe.
StaticProbeManager
Add a sample from a probe.
C
clear(String)
- Method in interface net.sf.jperfprobe.
ProbeManager
Clear result for named probe
clear()
- Method in interface net.sf.jperfprobe.
ProbeManager
Clear results for all probes
clear(String)
- Method in class net.sf.jperfprobe.
ProbeManagerImpl
Clear the result for a named probe
clear()
- Method in class net.sf.jperfprobe.
ProbeManagerImpl
Clear the results for all probes
clear()
- Method in class net.sf.jperfprobe.
Result
Clear the map of probes and all values (max, min, samples, average...) all the probes will be removed
clear()
- Static method in class net.sf.jperfprobe.
StaticProbeManager
Clear all probes, all results and probes will be removed.
D
DefaultProbe
- Class in
net.sf.jperfprobe
DefaultProbe implements a Probe.
DefaultProbe(String)
- Constructor for class net.sf.jperfprobe.
DefaultProbe
Constructor of probe
DefaultProbe(String, Time)
- Constructor for class net.sf.jperfprobe.
DefaultProbe
disable()
- Method in class net.sf.jperfprobe.
DefaultProbe
Disable the probe.
disable()
- Method in interface net.sf.jperfprobe.
Probe
Disable the probe.
disable(String)
- Method in interface net.sf.jperfprobe.
ProbeManager
Disable probe
disable()
- Method in interface net.sf.jperfprobe.
ProbeManager
Disable all probes.
disable(String)
- Method in class net.sf.jperfprobe.
ProbeManagerImpl
Disable a named probe
disable()
- Method in class net.sf.jperfprobe.
ProbeManagerImpl
Disable all probes.
disable()
- Method in class net.sf.jperfprobe.
Result
disableAll()
- Static method in class net.sf.jperfprobe.
StaticProbeManager
Disable all probes.
E
enable()
- Method in class net.sf.jperfprobe.
DefaultProbe
Enable the probe.
enable()
- Method in interface net.sf.jperfprobe.
Probe
Enable the probe.
enable(String)
- Method in interface net.sf.jperfprobe.
ProbeManager
Enable a named probe
enable()
- Method in interface net.sf.jperfprobe.
ProbeManager
Enable all probes.
enable(String)
- Method in class net.sf.jperfprobe.
ProbeManagerImpl
enable()
- Method in class net.sf.jperfprobe.
ProbeManagerImpl
Enable all probes.
enable()
- Method in class net.sf.jperfprobe.
Result
enableAll()
- Static method in class net.sf.jperfprobe.
StaticProbeManager
Enable all probes.
G
getAverage()
- Method in class net.sf.jperfprobe.
Result
getElapsed()
- Method in class net.sf.jperfprobe.
DefaultProbe
Get elapsed time for this probe in nanos.
getElapsed()
- Method in interface net.sf.jperfprobe.
Probe
Get last elapsed time of this probe.
getFirstSamplesToSkip()
- Method in interface net.sf.jperfprobe.
ProbeManager
The the # of first samples to skip
getFirstSamplesToSkip()
- Method in class net.sf.jperfprobe.
ProbeManagerImpl
getFirstSamplesToSkip()
- Static method in class net.sf.jperfprobe.
StaticProbeManager
getLastSample()
- Method in class net.sf.jperfprobe.
Result
Get the last sample from the probe
getMax()
- Method in class net.sf.jperfprobe.
Result
getMin()
- Method in class net.sf.jperfprobe.
Result
getName()
- Method in class net.sf.jperfprobe.
DefaultProbe
getName()
- Method in interface net.sf.jperfprobe.
Probe
Get the name of the probe
getName()
- Method in class net.sf.jperfprobe.
Result
getNames()
- Method in interface net.sf.jperfprobe.
ProbeManager
Get all probe names in the ProbeManager
getNames()
- Method in class net.sf.jperfprobe.
ProbeManagerImpl
Get all probe names in the ProbeManager
getNames()
- Static method in class net.sf.jperfprobe.
StaticProbeManager
Get all probe names in the ProbeManager
getNanos()
- Method in class net.sf.jperfprobe.
MockTime
getNanos()
- Method in class net.sf.jperfprobe.
SystemTimeByMillis
getNanos()
- Method in class net.sf.jperfprobe.
SystemTimeByNanos
getNanos()
- Method in interface net.sf.jperfprobe.
Time
getNSamples()
- Method in class net.sf.jperfprobe.
Result
getPresentation()
- Method in interface net.sf.jperfprobe.
ProbeManager
Get the current presentation for the manager
getPresentation()
- Method in class net.sf.jperfprobe.
ProbeManagerImpl
Get the current presentation for the manager
getPresentation()
- Static method in class net.sf.jperfprobe.
StaticProbeManager
Get the current presentation for the manager
getProbeInstance(String)
- Method in interface net.sf.jperfprobe.
ProbeManager
Get instance of a named probe, if it is non existent, a probe will be created.
getProbeInstance(String)
- Method in class net.sf.jperfprobe.
ProbeManagerImpl
Get instance of a named probe, if it is non existent, a default probe will be created.
getProbeInstance(String)
- Static method in class net.sf.jperfprobe.
StaticProbeManager
Get instance of a named probe, if it is non existent, a default probe will be created.
getResult(String)
- Method in interface net.sf.jperfprobe.
ProbeManager
Get a result for a given probe
getResult(String)
- Method in class net.sf.jperfprobe.
ProbeManagerImpl
Get a result for a given probe
getResult(String)
- Static method in class net.sf.jperfprobe.
StaticProbeManager
Get a result for a given probe
getResults()
- Method in interface net.sf.jperfprobe.
ProbeManager
Get all the results
getResults()
- Method in class net.sf.jperfprobe.
ProbeManagerImpl
Get all the results
getResults()
- Static method in class net.sf.jperfprobe.
StaticProbeManager
Get all the results
getSamples(String)
- Method in interface net.sf.jperfprobe.
ProbeManager
Get all samples from a probe, as a string newline delimited
getSamples(String)
- Method in class net.sf.jperfprobe.
ProbeManagerImpl
Get all samples from a probe, as a string newline delimited
getSamples()
- Method in class net.sf.jperfprobe.
Result
getSamples(String)
- Static method in class net.sf.jperfprobe.
StaticProbeManager
Get all samples from a probe, as a string newline delimited
getSingleProbe()
- Method in class net.sf.jperfprobe.
Result
Get the singleprobe, there is then only one instance of a probe
getStdev()
- Method in class net.sf.jperfprobe.
Result
Get the sample standard deviation
getTime()
- Method in class net.sf.jperfprobe.
DefaultProbe
getTime()
- Method in interface net.sf.jperfprobe.
ProbeManager
Get the time implementation
getTime()
- Method in class net.sf.jperfprobe.
ProbeManagerImpl
getTime()
- Static method in class net.sf.jperfprobe.
TimeFactory
getTimeFactor()
- Method in enum net.sf.jperfprobe.
ProbeManagerImpl.Presentation
Get the time factor for a presentation
getTotal()
- Method in class net.sf.jperfprobe.
Result
I
isEnabled()
- Method in class net.sf.jperfprobe.
DefaultProbe
Is the probe enabled.
isEnabled()
- Method in interface net.sf.jperfprobe.
Probe
Is the probe enabled.
isRunning()
- Method in class net.sf.jperfprobe.
DefaultProbe
Is the probe running (by start).
isRunning()
- Method in interface net.sf.jperfprobe.
Probe
Is the probe running (by start).
M
MockTime
- Class in
net.sf.jperfprobe
MockTime implements a mocked Time class, used for test purpose
MockTime()
- Constructor for class net.sf.jperfprobe.
MockTime
N
net.sf.jperfprobe
- package net.sf.jperfprobe
P
Probe
- Interface in
net.sf.jperfprobe
ProbeManager
- Interface in
net.sf.jperfprobe
Created by IntelliJ IDEA.
ProbeManagerImpl
- Class in
net.sf.jperfprobe
The ProbeManager is the probe factory.
ProbeManagerImpl()
- Constructor for class net.sf.jperfprobe.
ProbeManagerImpl
Constructor of probe
ProbeManagerImpl(int, ProbeManagerImpl.Presentation, Time)
- Constructor for class net.sf.jperfprobe.
ProbeManagerImpl
Constr
ProbeManagerImpl.Presentation
- Enum in
net.sf.jperfprobe
presentation unit enum
put(String, Probe)
- Method in interface net.sf.jperfprobe.
ProbeManager
Put a probe into the manager, if the probe exist it will be overwritten.
put(String, Probe)
- Method in class net.sf.jperfprobe.
ProbeManagerImpl
Put a probe into the manager, if the probe exist it will be overwritten.
put(String, Probe)
- Static method in class net.sf.jperfprobe.
StaticProbeManager
Put a probe into the manager, if the probe exist it will be overwritten.
R
Result
- Class in
net.sf.jperfprobe
Class Result.
S
setFirstSamplesToSkip(int)
- Method in interface net.sf.jperfprobe.
ProbeManager
Set how many samples to skip in the calculation of statistics.
setFirstSamplesToSkip(int)
- Method in class net.sf.jperfprobe.
ProbeManagerImpl
Set how many samples to skip in the calculation of statistics.
setFirstSamplesToSkip(int)
- Static method in class net.sf.jperfprobe.
StaticProbeManager
Set how many samples to skip in the calculation of statistics.
setPresentation(ProbeManagerImpl.Presentation)
- Method in interface net.sf.jperfprobe.
ProbeManager
Set the presentation unit for presentation.
setPresentation(ProbeManagerImpl.Presentation)
- Method in class net.sf.jperfprobe.
ProbeManagerImpl
Set the presentation unit for presentation.
setPresentation(ProbeManagerImpl.Presentation)
- Static method in class net.sf.jperfprobe.
StaticProbeManager
Set the presentation unit for presentation.
setSingleProbe(Probe)
- Method in class net.sf.jperfprobe.
Result
setTime(Time)
- Method in class net.sf.jperfprobe.
DefaultProbe
setTime(long)
- Method in class net.sf.jperfprobe.
MockTime
setTime(Time)
- Method in interface net.sf.jperfprobe.
ProbeManager
Set the Time implementation.
setTime(Time)
- Method in class net.sf.jperfprobe.
ProbeManagerImpl
Set the Time implementation.
setTime(Time)
- Static method in class net.sf.jperfprobe.
StaticProbeManager
Set the Time implementation.
start()
- Method in class net.sf.jperfprobe.
DefaultProbe
Start the probe.
start()
- Method in interface net.sf.jperfprobe.
Probe
Start the probe.
start(String)
- Method in interface net.sf.jperfprobe.
ProbeManager
Start probe, identified by probeName, if the probe does not exist, it will be created.
start(String)
- Method in class net.sf.jperfprobe.
ProbeManagerImpl
Start probe, identified by probeName, if the probe does not exist, it will be created.
start(String)
- Static method in class net.sf.jperfprobe.
StaticProbeManager
Start probe, identified by probeName, if the probe does not exist, it will be created.
startSingle(String)
- Method in interface net.sf.jperfprobe.
ProbeManager
Start probe, this probe is global for all threads, no thread private
startSingle(String)
- Method in class net.sf.jperfprobe.
ProbeManagerImpl
startSingle(String)
- Static method in class net.sf.jperfprobe.
StaticProbeManager
StaticProbeManager
- Class in
net.sf.jperfprobe
The ProbeManager is the probe factory.
stop()
- Method in class net.sf.jperfprobe.
DefaultProbe
Stop the probe.
stop()
- Method in interface net.sf.jperfprobe.
Probe
Stop the probe.
stop(String)
- Method in interface net.sf.jperfprobe.
ProbeManager
Stop timing.
stop(String)
- Method in class net.sf.jperfprobe.
ProbeManagerImpl
Stop timing.
stop(String)
- Static method in class net.sf.jperfprobe.
StaticProbeManager
Stop timing.
SystemTimeByMillis
- Class in
net.sf.jperfprobe
Class SystemTimeByNanos Default implementation for Time using System.currentTimeMillis()
SystemTimeByMillis()
- Constructor for class net.sf.jperfprobe.
SystemTimeByMillis
SystemTimeByNanos
- Class in
net.sf.jperfprobe
Class SystemTimeByNanos Default implementation for Time using System.nanoTime()
SystemTimeByNanos()
- Constructor for class net.sf.jperfprobe.
SystemTimeByNanos
T
Time
- Interface in
net.sf.jperfprobe
Interface Time
TimeFactory
- Class in
net.sf.jperfprobe
TimeFactory()
- Constructor for class net.sf.jperfprobe.
TimeFactory
toString()
- Method in class net.sf.jperfprobe.
DefaultProbe
Get all info from probe to string
toString(String)
- Method in interface net.sf.jperfprobe.
ProbeManager
Get result as a string
toString(String)
- Method in class net.sf.jperfprobe.
ProbeManagerImpl
Get result as a string
toString()
- Method in class net.sf.jperfprobe.
Result
Get all info from result to string
toString(String)
- Static method in class net.sf.jperfprobe.
StaticProbeManager
Get result as a string
V
valueOf(String)
- Static method in enum net.sf.jperfprobe.
ProbeManagerImpl.Presentation
Returns the enum constant of this type with the specified name.
values()
- Static method in enum net.sf.jperfprobe.
ProbeManagerImpl.Presentation
Returns an array containing the constants of this enum type, in the order they are declared.
A
C
D
E
G
I
M
N
P
R
S
T
V
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2004-2011. All Rights Reserved.