How simulation time is related to the real time?

Hi,

Total elapsed time: 182.01 seconds

How simulation time (Total elapsed time) is related to the real (wall-clock) time?
For example simulation time of 182.01 seconds corresponds to how many seconds/minutes in real time?

Elapsed time corresponds to real time in seconds. In programming, elapsed time generally refers to the time taken to complete a task. In SPICE, it is the time taken to finish a simulation.

System time can be read in C code. For example, if I set up a DLL block to read the local time at the start and end of the simulation, the difference between them is close to Qspice total elapsed time.

The answer to your question is quite evident. Are you seeking something particular?

In addition to Qspice, run another program that loads the processor. Do it with and without this additional program. You will find your own answer to the question.