rdtsc: Binding for the rdtsc machine instruction
This module provides the function rdtsc
for accessing
the rdtsc
machine register on modern IA-32 processors. This is
a 64-bit counter which counts the number of processor cycles since
the machine has been powered up. Using this instruction, you can
make very precise time measurements which are independent of the
actual CPU frequency. But note that you can get strange results
sometimes on a superscalar processor.
Also note that the Haskell foreign function interface imposes some additional overheads. On my machine, it takes about 950 cycles to call this function twice and to compute the difference, whereas in C the overhead is only about 88 cycles.
Downloads
- rdtsc-1.2.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 1.1.1, 1.1.3, 1.1.3.1, 1.2.0.0, 1.3.0.0, 1.3.0.1 |
---|---|
Dependencies | base (>=4 && <5) [details] |
License | LicenseRef-GPL |
Author | Martin Grabmueller <martin@grabmueller.de> |
Maintainer | martin@grabmueller.de |
Category | Foreign binding |
Home page | http://code.haskell.org/rdtsc |
Uploaded | by MartinGrabmueller at 2011-04-13T19:12:00Z |
Distributions | LTSHaskell:1.3.0.1, NixOS:1.3.0.1, Stackage:1.3.0.1 |
Reverse Dependencies | 6 direct, 4 indirect [details] |
Downloads | 5712 total (42 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |