summaryrefslogtreecommitdiff
path: root/src/base/statistics.cc
diff options
context:
space:
mode:
authorTushar Krishna <tushar@ece.gatech.edu>2016-10-06 14:35:22 -0400
committerTushar Krishna <tushar@ece.gatech.edu>2016-10-06 14:35:22 -0400
commitdbe8892b761067c5c1e828f889a513ea085b044f (patch)
treed3101cc8dbf74f1d3bc2f3f9ead1b948fd4ac33e /src/base/statistics.cc
parentb512f4bf71fac79fb6e17bb2a9e05c1f494f69f4 (diff)
downloadgem5-dbe8892b761067c5c1e828f889a513ea085b044f.tar.xz
ruby: garnet2.0
Revamped version of garnet with more optimized single-cycle routers, more configurability, and cleaner code.
Diffstat (limited to 'src/base/statistics.cc')
-rw-r--r--src/base/statistics.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/statistics.cc b/src/base/statistics.cc
index b32dafb8c..4c14bc522 100644
--- a/src/base/statistics.cc
+++ b/src/base/statistics.cc
@@ -180,8 +180,8 @@ Info::setName(const string &name)
bool result = p.second;
if (!result) {
- // using other->name instead of just name to avoid a compiler
- // warning. They should be the same.
+ // using other->name instead of just name to avoid a compiler
+ // warning. They should be the same.
panic("same statistic name used twice! name=%s\n", other->name);
}