diff options
-rw-r--r-- | lib/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utils.py b/lib/utils.py index c53d531..8b0eab5 100644 --- a/lib/utils.py +++ b/lib/utils.py @@ -182,7 +182,7 @@ class TimingAnalysis: ret += 'counter.start(); ' ret += 'functioncall; ' ret += 'counter.stop();' - ret += 'kout << endl << index << " :: " << counter.value << "/" << counter.overflow << endl;' + ret += 'kout << endl << index << " :: " << counter.value << "/" << counter.overflow << endl;\n' return ret def wrap_codeblock(self, codeblock): |