Reset also total_ms

This commit is contained in:
2020-04-22 17:02:21 +02:00
parent 3c1a057ffa
commit bb9c6f24f5
+1
View File
@@ -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;
}
}