Sonntag, 2. Oktober 2011

Measuring compile time to check overclocking of cpu

Step 1:
Use standard cpu clock and a source of medium size:
    time -p ./configure && make
and note down time next to 'real'.

Step2:
Remove sources, extract again, overclock cpu and run

    time -p ./configure && make
again. Compare the value next to 'real' with the noted down value.

Keine Kommentare:

Kommentar veröffentlichen