reset time to 0 upon initialisation of shared ngspice
This commit is contained in:
parent
95cf8738da
commit
3dce275b16
|
|
@ -74,6 +74,7 @@ init_rlimits(void)
|
|||
void
|
||||
init_time(void)
|
||||
{
|
||||
timebegin.secs = 0;
|
||||
perf_timer_get_time(&timebegin);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue