grasshopperTrainer / CADengine

Engine for CADing application.
1 stars 1 forks source link

pyopengl2-63 benchmarking PVR and cache packing #67

Closed grasshopperTrainer closed 3 years ago

grasshopperTrainer commented 3 years ago

benchmark index deactivation mechanisms Index tight packing reduces number of indices to render but packing itself takes too much time. Therefore release_fill operation is not fast enough to be executed commonly in frame-time. It is meaningful only if done asynchronously against render thread, when cache is not in use. resolve #63 resolve #64

bugfix SkipList membership test

bugfix 'BffrCache' refillling

bugfix old benchmarks Was measuring CPU elapse time. Fixed to measure GPU elapse time