|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProfileMonitor | |
|---|---|
| patterntesting.runtime.log | Here you find some support for logging. |
| patterntesting.runtime.monitor | This package provides some monitors like the ClasspathMonitor or
ProfileMonitor. |
| patterntesting.runtime.monitor.db | This package contains classes which are usefull for monitoring databases. |
| patterntesting.runtime.monitor.db.internal | |
| Uses of ProfileMonitor in patterntesting.runtime.log |
|---|
| Methods in patterntesting.runtime.log with parameters of type ProfileMonitor | |
|---|---|
void |
PerfLogger.stop(ProfileMonitor mon,
String command)
Deprecated. moved to SqlStatistic class |
void |
PerfLogger.stop(ProfileMonitor mon,
String command,
Object returnValue)
Deprecated. moved to SqlStatistic class |
| Uses of ProfileMonitor in patterntesting.runtime.monitor |
|---|
| Classes in patterntesting.runtime.monitor that implement ProfileMonitor | |
|---|---|
class |
AbstractProfileMonitor
|
class |
JamonMonitor
This is a thin wrapper for com.jamonapi.Monitor |
class |
SimpleProfileMonitor
The Class SimpleProfileMonitor. |
| Methods in patterntesting.runtime.monitor that return ProfileMonitor | |
|---|---|
static ProfileMonitor |
JamonMonitorFactory.getMonitor(Signature sig)
Deprecated. use JamonMonitorFactory.getMonitor(Signature, ProfileMonitor) |
static ProfileMonitor |
JamonMonitorFactory.getMonitor(Signature sig,
ProfileMonitor root)
Gets the monitor. |
static ProfileMonitor |
JamonMonitorFactory.getMonitor(String label,
ProfileMonitor root)
Gets the monitor. |
ProfileMonitor[] |
SimpleProfileMonitor.getMonitors()
Gets the monitors. |
ProfileMonitor[] |
ProfileMonitor.getMonitors()
Gets the monitors. |
static ProfileMonitor[] |
JamonMonitorFactory.getMonitors()
Deprecated. use JamonMonitorFactory.getMonitors(ProfileMonitor) |
ProfileMonitor[] |
JamonMonitor.getMonitors()
Gets the monitors. |
static ProfileMonitor[] |
JamonMonitorFactory.getMonitors(ProfileMonitor root)
Gets the monitors. |
static ProfileMonitor[] |
JamonMonitorFactory.getMonitors(String rootLabel)
Gets the monitors. |
ProfileMonitor |
ProfileStatistic.getProfileMonitor(Class<?> clazz,
String method)
Do you want to look for the monitor of a given method? |
ProfileMonitor |
ProfileStatistic.getProfileMonitor(Signature signature)
Do you want to look for the monitor of a given method? |
ProfileMonitor |
ProfileStatistic.getProfileMonitor(String signature)
Do you want to look for the monitor of a given method? |
protected ProfileMonitor |
ProfileStatistic.getRootMonitor()
Gets the root monitor. |
protected ProfileMonitor[] |
ProfileStatistic.getSortedMonitors()
Gets the sorted monitors. |
static ProfileMonitor |
ProfileStatistic.start(Signature sig)
Start. |
static ProfileMonitor |
JamonMonitorFactory.start(String label)
Deprecated. use JamonMonitorFactory.start(String, ProfileMonitor) |
static ProfileMonitor |
JamonMonitorFactory.start(String label,
ProfileMonitor root)
Start. |
static ProfileMonitor |
JamonMonitorFactory.start(String label,
String rootLabel)
Start. |
ProfileMonitor |
ProfileStatistic.startProfileMonitorFor(Signature sig)
Start profile monitor for the given signature. |
ProfileMonitor |
ProfileStatistic.startProfileMonitorFor(String sig)
Start profile monitor for the given signature. |
| Methods in patterntesting.runtime.monitor with parameters of type ProfileMonitor | |
|---|---|
int |
AbstractProfileMonitor.compareTo(ProfileMonitor other)
The ProfileMonitor with the higher number of totals is considered as "greater". |
static ProfileMonitor |
JamonMonitorFactory.getMonitor(Signature sig,
ProfileMonitor root)
Gets the monitor. |
static ProfileMonitor |
JamonMonitorFactory.getMonitor(String label,
ProfileMonitor root)
Gets the monitor. |
static ProfileMonitor[] |
JamonMonitorFactory.getMonitors(ProfileMonitor root)
Gets the monitors. |
static void |
JamonMonitorFactory.reset(ProfileMonitor rootMonitor)
Reset. |
static ProfileMonitor |
JamonMonitorFactory.start(String label,
ProfileMonitor root)
Start. |
| Uses of ProfileMonitor in patterntesting.runtime.monitor.db |
|---|
| Methods in patterntesting.runtime.monitor.db that return ProfileMonitor | |
|---|---|
static ProfileMonitor |
SqlStatistic.start(String sql)
Start. |
| Methods in patterntesting.runtime.monitor.db with parameters of type ProfileMonitor | |
|---|---|
static void |
SqlStatistic.stop(ProfileMonitor mon,
String command)
Stops the given 'mon' and logs the given command with the needed time if debug is enabled. |
static void |
SqlStatistic.stop(ProfileMonitor mon,
String command,
Object returnValue)
Stops the given 'mon' and logs the given command with the needed time if debug is enabled. |
| Uses of ProfileMonitor in patterntesting.runtime.monitor.db.internal |
|---|
| Methods in patterntesting.runtime.monitor.db.internal with parameters of type ProfileMonitor | |
|---|---|
protected SQLException |
StasiStatement.enrichedSQLException(ProfileMonitor mon,
String sql,
SQLException original)
For better error analysis the original SQLException will be
enriched with some additional infos. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||