Upgrade to Pro — share decks privately, control downloads, hide ads and more …

cpu-usage-measurement

 cpu-usage-measurement

Lighthouse Meetups, Minsk, Sept, 2015

Aliaksandr Lomau

September 17, 2015
Tweet

More Decks by Aliaksandr Lomau

Other Decks in Technology

Transcript

  1. What Metrics Do We Have 1.Instructions per second 2.Instructions per

    cycle 3.Performance per watt 4.FLOPS (floatting point per second)
  2. What Metrics Do We Have? 1.Instructions per second 2.Instructions per

    cycle 3.Performance per watt 4.FLOPS (floatting point per second)
  3. MIPS = (Processor clock speed * Num Instructions executed per

    cycle)/(10^6) Instructions Per Second https://en.wikipedia.org/wiki/Instructions_per_second CPU Benchmarking: https://en.wikipedia.org/wiki/SPECint - two metrics: base and peak
  4. END