zerovm / zrt

ZeroVM Run-Time environment
zerovm.org
66 stars 18 forks source link

internal zrt timer #120

Closed YaroslavLitvinov closed 10 years ago

YaroslavLitvinov commented 10 years ago

Change basic incrementation delta from 1second to 1microsecond for zrt pseudo timer.

mgeisler commented 10 years ago

When writing an issue, it would be great if you could explain why we want this change. My guess would be that it's due to the other mails I saw about microsleep not working correctly.

pkit commented 10 years ago

Default timestep of 1 second looks too "fast" to the unaware developer. So, to ease out "WTF effect", it was reduced to smaller increments.