Timing and logging

Thanks so much, this is very helpful. I’m still unclear as to whether either of the timing mechanisms used by Panda3d would be more accurate than the python call datetime.now(). What is considered short vs long times? Are we talking losing ms over seconds, minutes, hours? I’ll do some measurements, I’m just curious about scale and all possible options at this point. Does using the recorder subsystem affect play/timing? One of the unfortunate parts of measuring and recording timing, is of course, that you are likely to affect the timing of what you are measuring by measuring and recording, so I’m exploring all of my options now, and then will start testing…

cheers,
Maria