clockcount / 0.1
| Short description: | access processor specific clock counter | |||||
|---|---|---|---|---|---|---|
| Category: | Library/Date | |||||
| Status: | experimental | |||||
| Created: | 2006-01-01 12:16:58 GMT | |||||
| Last update: | 2006-01-01 12:16:58 GMT | |||||
| Owner: | Tanaka Akira (Projects of this owner) | |||||
| Homepage: | http://www.a-k-r.org/clockcount/ | |||||
| Download: | http://www.a-k-r.org/clockcount/ | |||||
| License: | BSD-type | |||||
| Dependency: |
|
|||||
| Description: |
clockcountclockcount access processor specific clock counter. Usagerequire 'clockcount' p ClockCount() Sample Script to Mesure Clock Speed% ruby sample.rb 0x171faf0c3cbed 0x171fb3e46f666 1.30258316772774[GHz] 0x171fb8a2981c2 1.27298907227854[GHz] 0x171fbd7ae77dc 1.30054508000412[GHz] 0x171fc21e131d4 1.24473258972987[GHz] 0x171fc6d123ecf 1.26146415868276[GHz] ... Supported Platforms
NoteThe meaning of "clock" varys on platforms. For example, the counter doesn't count CPU clocks on PowerPC. |
|||||