|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.cesr.lara.toolbox.runtime.SimplePerformanceStatistics
public class SimplePerformanceStatistics
simple performance data output. creates csv-file and appends one line for every
| Constructor Summary | |
|---|---|
SimplePerformanceStatistics(LEventbus eventbus)
creates the file with key as name and header |
|
SimplePerformanceStatistics(LEventbus eventbus,
Set<Class> eventsToTrack)
creates the file with key as name and header |
|
| Method Summary | ||
|---|---|---|
void |
appendCurrentStats(LaraEvent event,
String newMetaInfo)
appends current stats to the output file |
|
|
onEvent(T event)
Will be called with an event as a parameter when an event the subscriber subscribed to occurs. |
|
void |
onInternalEvent(LaraEvent event)
Only for internal super classes beeing part of the LARA core. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimplePerformanceStatistics(LEventbus eventbus)
key -
public SimplePerformanceStatistics(LEventbus eventbus,
Set<Class> eventsToTrack)
key - | Method Detail |
|---|
public void appendCurrentStats(LaraEvent event,
String newMetaInfo)
value - public <T extends LaraEvent> void onEvent(T event)
LaraEventSubscriber
onEvent in interface LaraEventSubscriberpublic void onInternalEvent(LaraEvent event)
LaraInternalEventSubscriber
onInternalEvent in interface LaraInternalEventSubscriber
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||