|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jikesrvm.compilers.opt.depgraph.DepGraphStats
public class DepGraphStats
This module provides dependence graph statistics. It will only be used for for experimental measurements, so compile-time overhead is less of a concern.
DepGraph
Constructor Summary | |
---|---|
DepGraphStats(DepGraph dg,
String bbName)
Create a statistical summary of a dependence graph for a given basic block. |
Method Summary | |
---|---|
(package private) int |
estimateExecutionTime(Instruction instr)
Return an estimate of the number of cycles for a given instruction. |
static void |
printBasicBlockStatistics(IR ir)
Print the dependence graph stats for all basic blocks in an IR. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
DepGraphStats(DepGraph dg, String bbName)
dg
- the dependence graphbbName
- name of the basic blockMethod Detail |
---|
public static void printBasicBlockStatistics(IR ir)
ir
- the IRint estimateExecutionTime(Instruction instr)
instr
- the instruction
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |