diff options
| author | Paul Buetow <paul@buetow.org> | 2010-11-05 20:23:31 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2010-11-05 20:23:31 +0000 |
| commit | 9be1b7ea764a138705c73645f7159afef82448fd (patch) | |
| tree | 7aad0ad909ebbc54c95577c651be01f8f39a13c6 /examples/laptop.txt | |
initial cpuinfo in utils
Diffstat (limited to 'examples/laptop.txt')
| -rw-r--r-- | examples/laptop.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/laptop.txt b/examples/laptop.txt new file mode 100644 index 0000000..43eee6a --- /dev/null +++ b/examples/laptop.txt @@ -0,0 +1,15 @@ +cpuinfo (c) 2010 Paul Buetow + + Intel(R) Core(TM)2 Duo CPU P8400 @ 2.26GHz GenuineIntel 3072 KB cache + +p = 001 Physical processors +c = 002 Cores @ each physical processor +s = 002 Siblings (Hyper-Threading enabled if s != c) +v = 002 [v = p*c*(s != c ? 2 : 1)] Total processors (including virtual) + Hyper-Threading is disabled + +0001600 MHz each core +0003200 MHz total +0004522 Bogomips each processor (including virtual) +0009044 Bogomips total + |
