/ . / Benchmark
cube_face ( size, vertices, ioffset, vertex_indices, axis0, axis1, axis2, d, )
gaussian_volume_data ( size )
show_benchmark_dialog ()
solid_cube_model ( size )
MemoryError, e
calls_per_second ( function, averaging_interval )
Uses wall clock time time.time() instead of CPU time time.clock() since the latter does not catch time spent waiting for graphics card.
cube_surface_model ( size, mesh=None )
show_main_chimera_window ()
cube_triangles ( size )
draw_scene ()
The Chimera frameUpdate() loop is bypassed. The Chimera frameUpdate() loop introduces a delay of chimera.update.UPDATE_INTERVAL msec.
Benchmark_Dialog
Frame_Rate_Timer
Monitor the Chimera frame rate using the "check for changes" trigger.
HaltRequest
ChimeraExtension.py