summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index 62926a5..1f1b6de 100644
--- a/main.cpp
+++ b/main.cpp
@@ -76,5 +76,8 @@ int main(int argc, const char *argv[]) {
76 checker.execute(); 76 checker.execute();
77 } 77 }
78 78
79 std::ofstream fh("trace.evt");
80 system.write_evt(fh);
81
79 return 0; 82 return 0;
80} 83}