Mesa (gallium-llvmpipe): llvmpipe: Mention the ability to get microbenchmarks from the unit tests.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Thu Aug 20 09:22:00 UTC 2009


Module: Mesa
Branch: gallium-llvmpipe
Commit: ce9f28ab30cf8700edd5ad094d2c4e6cd8de03ef
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ce9f28ab30cf8700edd5ad094d2c4e6cd8de03ef

Author: José Fonseca <jfonseca at vmware.com>
Date:   Thu Aug 20 10:21:49 2009 +0100

llvmpipe: Mention the ability to get microbenchmarks from the unit tests.

Even better would be to have a -h/--help option to the tests...

---

 src/gallium/drivers/llvmpipe/README |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/gallium/drivers/llvmpipe/README b/src/gallium/drivers/llvmpipe/README
index 3ab41a2..6e4edaa 100644
--- a/src/gallium/drivers/llvmpipe/README
+++ b/src/gallium/drivers/llvmpipe/README
@@ -101,4 +101,8 @@ build/linux-???-debug/gallium/drivers/llvmpipe:
  - lp_test_conv: SIMD vector conversion
  - lp_test_format: pixel unpacking/packing
 
+Some of this tests can output results and benchmarks to a tab-seperated-file
+for posterior analysis, e.g.:
+
+  build/linux-x86_64/gallium/drivers/llvmpipe/lp_test_blend -o blend.tsv
 




More information about the mesa-commit mailing list