diff options
author | José Fonseca <jfonseca@vmware.com> | 2009-08-20 10:21:49 +0100 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2009-08-20 10:21:49 +0100 |
commit | ce9f28ab30cf8700edd5ad094d2c4e6cd8de03ef (patch) | |
tree | 6a0aef30ddab6d7e0dc600186c93029e6410b4b0 | |
parent | 3f30d1c23ca373a5c44bdda60dfaff20b37dc84d (diff) |
llvmpipe: Mention the ability to get microbenchmarks from the unit tests.
Even better would be to have a -h/--help option to the tests...
-rw-r--r-- | 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 3ab41a25b9..6e4edaa947 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 |