Delphi Tips 
-----------------------------

0111  D1   D2   D3   D4   D5   D6   D7   3.1   95   98    作成: 1999/02/08 osamu rev 1.1
   B1   B3   B4   B5   B6   B7   NT3   NT4   2K   XP  更新: 1999/02/08 osamu 編集
超高速タイマーコンポーネント(サブミリ秒)

DSPで見つけたのは「TZTimer」コンポーネントでした。

以下 Readme からの抜粋。
----------
Similar to the vcl Ttimer component, but with a resolution of 0.1ms and accurate to 0.015ms.

(略)

Resolution could be improved considerably when the RDTSC (pentium) instruction is utilized, however I had to get this timer working on a 486 also.
It was tested on D2 and D3 for W95, it should also work on D1 and W3.1.
However it will not work in Windows NT (?).

Some observed timing measurements of Tztimer, compared with the (vcl) Ttimer
:
{ evaluation of 60 runs on W95, P133, D3}

interval    (vcl) Ttimer           Tztimer
100  ms      108 +/- 4 ms          99.3  +/- 0.14  ms
 10  ms       59 +/- 5 ms          10.1  +/- 0.07  ms
  1  ms       59 +/- 6 ms (!)       1.00 +/- 0.02  ms
  0.1ms       Not available         0.098+/- 0.015 ms
----------
参照: [Delphi-ML:21828] <System> <コンポーネント >

[新規作成] [最新の情報に更新]

How To
Lounge
KeyWords


Tips
Delphi
Home
Osamu Takeuchi osamu@big.or.jp