reset time to 0 upon initialisation of shared ngspice

This commit is contained in:
Holger Vogt 2026-05-11 15:09:32 +02:00
parent 95cf8738da
commit 3dce275b16
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ init_rlimits(void)
void
init_time(void)
{
timebegin.secs = 0;
perf_timer_get_time(&timebegin);
}