maya.core.benchmark =================== .. py:module:: maya.core.benchmark Classes ------- .. autoapisummary:: maya.core.benchmark.MayaBenchmark Module Contents --------------- .. py:class:: MayaBenchmark Bases: :py:obj:`tik.core.benchmark.Benchmark` A Maya-specific benchmark that disables Undo and Viewport to ensure fair testing of the code, not the UI. .. py:method:: measure(name, iterations=10, warmup=2, new_scene=False)