|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jikesrvm.compilers.opt.depgraph.DepGraphStats
public class DepGraphStats
Dependence Graph Statistics (This module will only be used 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 block| Method 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 | ||||||||||