From aa487fa3403dd671deb041fadf97528859a2b83a Mon Sep 17 00:00:00 2001 From: Csaba Kiraly Date: Tue, 5 Sep 2023 09:29:32 +0200 Subject: [PATCH] log simTime log virtual time from beginning Signed-off-by: Csaba Kiraly --- das.nim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/das.nim b/das.nim index c3e0885..5cf0975 100644 --- a/das.nim +++ b/das.nim @@ -9,6 +9,10 @@ import logScope: topics = "DAS emulator" + simTime = Moment.now() - simStartTime + +let + simStartTime = Moment.now() proc bootstrapNodes( nodecount: int,