Changeset 814 for trunk/dll/comp.c


Ignore:
Timestamp:
Aug 26, 2007, 11:50:07 PM (18 years ago)
Author:
Gregg Young
Message:

DosSleep(1) in loops changed to (0) to enhance performance

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/comp.c

    r790 r814  
    3636  20 Aug 07 SHL Revert to DosSleep(0)
    3737  20 Aug 07 SHL Use GetMSecTimer for timing
     38  26 Aug 07 GKY DosSleep(1) in loops changed to (0)
    3839
    3940***********************************************************************/
     
    480481              else
    481482                cmp->cmp->totalright--;
    482               DosSleep(1);
     483              DosSleep(0); //8-26-07 GKY 1
    483484            }
    484485            break;
Note: See TracChangeset for help on using the changeset viewer.