Index: src/IceCfg.cpp |
diff --git a/src/IceCfg.cpp b/src/IceCfg.cpp |
index 4f316c1280e7f1007c6bbaf2520f1df292e37285..bb738a78c7d541b152ada34ace53659b65f3feb1 100644 |
--- a/src/IceCfg.cpp |
+++ b/src/IceCfg.cpp |
@@ -204,7 +204,6 @@ void Cfg::translate() { |
if (TimingFocusOn == "*" || TimingFocusOn == Name) { |
setFocusedTiming(); |
getContext()->resetTimer(GlobalContext::TSK_Default); |
- getContext()->setTimerName(GlobalContext::TSK_Default, Name); |
} |
} |
} |
@@ -240,8 +239,7 @@ void Cfg::translate() { |
dump("Final output"); |
if (getFocusedTiming()) { |
- getContext()->mergeTimersFromTLS(); |
- getContext()->dumpTimers(); |
+ getContext()->dumpLocalTimers(getFunctionName().toString()); |
} |
} |