public interface HjEventLogger
Modifier and Type | Interface and Description |
---|---|
static class |
HjEventLogger.EventType
The event types supported in the logger.
|
Modifier and Type | Method and Description |
---|---|
void |
dumpEventLog(PrintStream printStream)
Dumps the events tracked by the runtime.
|
void |
dumpEventLog(URL url,
File javaFile)
Send the eventLog to an HJ-Viz server running at URL.
|
long |
eventCount()
Return the number of events logged.
|
Map<HjEventLogger.EventType,Long> |
eventFrequencies()
Return the frequency of each type of event logged.
|
void |
setActivityLabel(String label)
Label an activity with some string.
|
void dumpEventLog(PrintStream printStream)
printStream
- The stream to use while dumping the events.void dumpEventLog(URL url, File javaFile)
url
- the URL to the HJ-Viz serverjavaFile
- File representing path to the Java source codelong eventCount()
Map<HjEventLogger.EventType,Long> eventFrequencies()
void setActivityLabel(String label)
label
- String to label an activityCopyright © 2015 Rice University - Department of Computer Science. All rights reserved.