Difference between revisions of "Micro benchmarking"

From HPC Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 +
Microbenchmarking is about measuring the time or performance for small or very small building blocks of real programs. This can be a common data access pattern, a sequence of operations or even a single instruction.
 +
 
== Introduction ==
 
== Introduction ==
  

Revision as of 09:56, 5 June 2019

Microbenchmarking is about measuring the time or performance for small or very small building blocks of real programs. This can be a common data access pattern, a sequence of operations or even a single instruction.

Introduction

Available Tools

Links and further information