summaryrefslogtreecommitdiff
path: root/src/gpuwattch/noc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpuwattch/noc.cc')
-rw-r--r--src/gpuwattch/noc.cc46
1 files changed, 30 insertions, 16 deletions
diff --git a/src/gpuwattch/noc.cc b/src/gpuwattch/noc.cc
index bf8d8b5..85fc0a9 100644
--- a/src/gpuwattch/noc.cc
+++ b/src/gpuwattch/noc.cc
@@ -357,30 +357,44 @@ void NoC::displayEnergy(uint32_t indent, int plevel, bool is_tdp) {
cout << endl;
}
} else {
- // cout << indent_str_next << "Instruction Fetch Unit Peak Dynamic = "
+ // cout << indent_str_next << "Instruction Fetch Unit Peak Dynamic
+ //=
+ //"
//<< ifu->rt_power.readOp.dynamic*clockRate << " W" << endl;
- // cout << indent_str_next << "Instruction Fetch Unit Subthreshold
- //Leakage = " << ifu->rt_power.readOp.leakage <<" W" << endl;
- // cout << indent_str_next << "Instruction Fetch Unit Gate Leakage = "
+ // cout << indent_str_next << "Instruction Fetch Unit Subthreshold
+ // Leakage = " << ifu->rt_power.readOp.leakage <<" W" << endl;
+ // cout << indent_str_next << "Instruction Fetch Unit Gate Leakage
+ //=
+ //"
//<< ifu->rt_power.readOp.gate_leakage << " W" << endl;
- // cout << indent_str_next << "Load Store Unit Peak Dynamic = " <<
- //lsu->rt_power.readOp.dynamic*clockRate << " W" << endl;
- // cout << indent_str_next << "Load Store Unit Subthreshold Leakage = "
+ // cout << indent_str_next << "Load Store Unit Peak Dynamic = "
+ //<<
+ // lsu->rt_power.readOp.dynamic*clockRate << " W" << endl;
+ // cout << indent_str_next << "Load Store Unit Subthreshold Leakage
+ //=
+ //"
//<< lsu->rt_power.readOp.leakage << " W" << endl;
- // cout << indent_str_next << "Load Store Unit Gate Leakage = " <<
- //lsu->rt_power.readOp.gate_leakage << " W" << endl;
- // cout << indent_str_next << "Memory Management Unit Peak Dynamic = "
+ // cout << indent_str_next << "Load Store Unit Gate Leakage = "
+ //<<
+ // lsu->rt_power.readOp.gate_leakage << " W" << endl;
+ // cout << indent_str_next << "Memory Management Unit Peak Dynamic
+ //=
+ //"
//<< mmu->rt_power.readOp.dynamic*clockRate << " W" << endl;
- // cout << indent_str_next << "Memory Management Unit Subthreshold
- //Leakage = " << mmu->rt_power.readOp.leakage << " W" << endl;
- // cout << indent_str_next << "Memory Management Unit Gate Leakage = "
+ // cout << indent_str_next << "Memory Management Unit Subthreshold
+ // Leakage = " << mmu->rt_power.readOp.leakage << " W" << endl;
+ // cout << indent_str_next << "Memory Management Unit Gate Leakage
+ //=
+ //"
//<< mmu->rt_power.readOp.gate_leakage << " W" << endl;
// cout << indent_str_next << "Execution Unit Peak Dynamic = " <<
- //exu->rt_power.readOp.dynamic*clockRate << " W" << endl;
- // cout << indent_str_next << "Execution Unit Subthreshold Leakage = "
+ // exu->rt_power.readOp.dynamic*clockRate << " W" << endl;
+ // cout << indent_str_next << "Execution Unit Subthreshold Leakage
+ //=
+ //"
//<< exu->rt_power.readOp.leakage << " W" << endl;
// cout << indent_str_next << "Execution Unit Gate Leakage = " <<
- //exu->rt_power.readOp.gate_leakage << " W" << endl;
+ // exu->rt_power.readOp.gate_leakage << " W" << endl;
}
}