Yara Gowayed has uploaded this change for review. ( https://gem5-review.googlesource.com/11289

Change subject: mend
......................................................................

mend

Change-Id: I2bfee598daeaac061b82e37fa980c8cf41c8a92d
---
M src/sim/power/mathexpr_powermodel.cc
1 file changed, 0 insertions(+), 6 deletions(-)



diff --git a/src/sim/power/mathexpr_powermodel.cc b/src/sim/power/mathexpr_powermodel.cc
index e8661cc..23e24ed 100644
--- a/src/sim/power/mathexpr_powermodel.cc
+++ b/src/sim/power/mathexpr_powermodel.cc
@@ -65,13 +65,7 @@
     // Create a map with stats and pointers for quick access
     // Has to be done here, since we need access to the statsList
     for (auto & i: Stats::statsList()) {
-//        if (i->name.find(basename) == 0) {
-            // Add stats for this sim object and its child objects
-//            stats_map[i->name.substr(basename.size())] = i;
-//        } else if (i->name.find(".") == std::string::npos) {
-            // Add global stats (sim_seconds, for example)
             stats_map[i->name] = i;
-//        }
     }

     tryEval(st_expr);

--
To view, visit https://gem5-review.googlesource.com/11289
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: I2bfee598daeaac061b82e37fa980c8cf41c8a92d
Gerrit-Change-Number: 11289
Gerrit-PatchSet: 1
Gerrit-Owner: Yara Gowayed <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to