diff options
Diffstat (limited to '')
| -rw-r--r-- | main.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -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 | } |
