|
|
|
|
|
by loeg
2783 days ago
|
|
On modern FreeBSD, when I run the article's demo program, by default I see even higher and more variable latency than the author observed in 2004: 0.017686
0.031868
0.055889
0.008931
0.014824
However, when I set the kern.timecounter.alloweddeviation sysctl ("Allowed time interval deviation in percents") to 0 (from the default of 5%), I get very low and consistently low latency: 0.000036
0.000031
0.000030
0.000037
0.000036
0.000040
There are pros and cons to both defaults. |
|