|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodExecutionRecord | |
---|---|
de.uka.ipd.sdq.ByCounter.execution | Provides the main BytecodeCounter class and classes for the execution of instrumented classes. |
de.uka.ipd.sdq.ByCounter.reporting | Provides classes for reporting ByCounter results. |
Uses of MethodExecutionRecord in de.uka.ipd.sdq.ByCounter.execution |
---|
Methods in de.uka.ipd.sdq.ByCounter.execution that return MethodExecutionRecord | |
---|---|
MethodExecutionRecord |
CountingResultCollector.getLastMethodExecutionDetails()
The settings used for the last execution relevant to the CountingResultCollector . |
Methods in de.uka.ipd.sdq.ByCounter.execution with parameters of type MethodExecutionRecord | |
---|---|
void |
CountingResultCollector.setLastMethodExecutionDetails(MethodExecutionRecord lastMethodExecutionDetails)
This is called by BytecodeCounter when an execute method is
executed to provide the details of the execution to
CountingResultCollector . |
Uses of MethodExecutionRecord in de.uka.ipd.sdq.ByCounter.reporting |
---|
Methods in de.uka.ipd.sdq.ByCounter.reporting with parameters of type MethodExecutionRecord | |
---|---|
void |
PdfReport.generatePdf(CountingResult[] cResults,
MethodExecutionRecord methodExecution)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |