diff options
author | José Fonseca <[email protected]> | 2009-08-20 10:21:49 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-08-29 09:21:37 +0100 |
commit | 89146cd48d37aed0e710d7d935be90b342309f0e (patch) | |
tree | c8c9e635e2c87f38f1567c93eb6d3bca88cdd9db /src/gallium/drivers/llvmpipe/README | |
parent | 9ae47069b4a2b67e381b02d805f1ca74f31ea7b8 (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...
Diffstat (limited to 'src/gallium/drivers/llvmpipe/README')
-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 3ab41a25b9d..6e4edaa9475 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 |