|
Revision 213, 510 bytes
(checked in by dirk, 2 years ago)
|
Added simple benchmarking toolkit. Not for permanent use, just for now.
|
| Line | |
|---|
| 1 |
|
|---|
| 2 |
These are the humble beginnings of a benchmarking system for OpenSG |
|---|
| 3 |
|
|---|
| 4 |
The idea was to have a Python wrapper around some core functions |
|---|
| 5 |
that would simplify setting up test scene (similar to what GLscry does, |
|---|
| 6 |
but a lot less fancy ;). |
|---|
| 7 |
|
|---|
| 8 |
It's borderline useable, but not complete by any means. |
|---|
| 9 |
|
|---|
| 10 |
Use at your own risk! |
|---|
| 11 |
|
|---|
| 12 |
|
|---|
| 13 |
*** IMPORTANT: |
|---|
| 14 |
|
|---|
| 15 |
Because there are problems loading libs referenced by modules with |
|---|
| 16 |
python, you have to set LD_PRELOAD to /usr/lib*/libGL.so or extensions |
|---|
| 17 |
will not work! |
|---|
| 18 |
|
|---|
| 19 |
|
|---|
| 20 |
Dirk |
|---|
| 21 |
dirk@users.sf.net |
|---|