deserialization completed?

This commit is contained in:
2022-03-02 22:25:16 +03:00
parent 4778d0ca2a
commit 83f4a1775e
19 changed files with 191 additions and 298 deletions

View File

@@ -12,6 +12,6 @@ public static class Tester
operation();
clock.Stop();
double time=(double)(clock.ElapsedTicks)/Stopwatch.Frequency/repeats;
LogNoTime("y",$"operation ","b",op_name,"y"," took ","b",time.ToString(),"y"," seconds");
LogNoTime("y",$"operation ","b",op_name,"y"," lasted ","b",time.ToString(),"y"," seconds");
}
}