Add perfbench to examples: a few small microbenchmarks.

This commit is contained in:
Matt Pharr
2012-02-10 12:27:13 -08:00
parent 1dead425e4
commit fe2d9aa600
6 changed files with 528 additions and 3 deletions

View File

@@ -39,9 +39,6 @@ example implementation of this function that counts the number of times the
callback is made and records some statistics about control flow coherence
is provided in the instrument.cpp file.
*** Note: on Linux, this example currently hits an assertion in LLVM during
*** compilation
Deferred
========
@@ -110,6 +107,13 @@ This program implements both the Black-Scholes and Binomial options pricing
models in both ispc and regular serial C++ code.
Perfbench
=========
This runs a number of microbenchmarks to measure system performance and
code generation quality.
RT
==