From bb9c6f24f57228c4e0a07391641a6e16fb2200e8 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Wed, 22 Apr 2020 17:02:21 +0200 Subject: [PATCH] Reset also total_ms --- sf-writer/sf_h5_writer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sf-writer/sf_h5_writer.cpp b/sf-writer/sf_h5_writer.cpp index 179877a..ae66623 100644 --- a/sf-writer/sf_h5_writer.cpp +++ b/sf-writer/sf_h5_writer.cpp @@ -121,6 +121,7 @@ int main (int argc, char *argv[]) if (i_write==100) { cout << "assembly_ms " << total_ms / 100 << endl; i_write = 0; + total_ms = 0; } }