Difference between revisions of "Micro benchmarking"
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 08: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.