summaryrefslogtreecommitdiffstats
path: root/test/src/test-performance.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/test-performance.cpp')
-rw-r--r--test/src/test-performance.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/src/test-performance.cpp b/test/src/test-performance.cpp
index c312b70..188f4b2 100644
--- a/test/src/test-performance.cpp
+++ b/test/src/test-performance.cpp
@@ -57,6 +57,7 @@ int main(int argc, char** argv) {
start = now;
report = start + seconds(1);
endTime = start + seconds(10);
+ std::cout << "\"Init (ms)\", \"Steps/s\"" << std::endl;
while(true) {
sc.step();