Reduce scheduling latency to 10ms
This commit is contained in:
parent
91c293c7e9
commit
bb2f664686
|
@ -1,3 +1,8 @@
|
||||||
|
2003-11-13 Keith Packard <keithp@keithp.com>
|
||||||
|
|
||||||
|
* xcompmgr.c:
|
||||||
|
Reduce scheduling latency to 10ms
|
||||||
|
|
||||||
2003-11-13 Keith Packard <keithp@keithp.com>
|
2003-11-13 Keith Packard <keithp@keithp.com>
|
||||||
|
|
||||||
* xcompmgr.c: (make_gaussian_map), (sum_gaussian), (make_shadow),
|
* xcompmgr.c: (make_gaussian_map), (sum_gaussian), (make_shadow),
|
||||||
|
|
|
@ -768,7 +768,7 @@ time_in_millis ()
|
||||||
return(tp.tv_sec * 1000) + (tp.tv_usec / 1000);
|
return(tp.tv_sec * 1000) + (tp.tv_usec / 1000);
|
||||||
}
|
}
|
||||||
|
|
||||||
#define INTERVAL 30
|
#define INTERVAL 10
|
||||||
|
|
||||||
main ()
|
main ()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue