Skip to content
  • sof's avatar
    [project @ 2001-11-20 21:39:12 by sof] · 1d5ba9bb
    sof authored
    getTimes (win32): Win9x OSes don't provide per-process timing data, so
    GetProcessTimes() doesn't do anything interesting. So, resort to using
    system-time instead to measure user/process time iff running under Win9x.
    (the precision is not as good, deltas were ~6 millisecs when testing
    on a Win98 box, but it's better than nothing).
    
    This change should make profiling on Win9x boxes finally work.
    1d5ba9bb