.. _f-cbenchmarkcpython-39-x8664-linux-gnu: module ``numbers.cbenchmark`` ============================= Short summary +++++++++++++ module ``cpyquickhelper.numbers.cbenchmark`` Commom classes to benchmark implementations in C. :githublink:`%|py|0` Classes +++++++ +--------------------------------------------------------------------------+-------------------------------------------------------+ | class | truncated documentation | +==========================================================================+=======================================================+ | :class:`ExecutionStat ` | Holds results to compare execution time of functions. | +--------------------------------------------------------------------------+-------------------------------------------------------+ Properties ++++++++++ +-------------------------------------------------------------------------------+--------------------------------------------+ | property | truncated documentation | +===============================================================================+============================================+ | :meth:`average ` | average processing time | +-------------------------------------------------------------------------------+--------------------------------------------+ | :meth:`deviation ` | standard deviation | +-------------------------------------------------------------------------------+--------------------------------------------+ | :meth:`max_exec ` | maximum execution time | +-------------------------------------------------------------------------------+--------------------------------------------+ | :meth:`min_exec ` | minimum execution time | +-------------------------------------------------------------------------------+--------------------------------------------+ | :meth:`number ` | number of executions being measured | +-------------------------------------------------------------------------------+--------------------------------------------+ | :meth:`repeat ` | number of times the experiment is repeated | +-------------------------------------------------------------------------------+--------------------------------------------+ Documentation +++++++++++++ .. automodule:: cpyquickhelper.numbers.cbenchmark :members: :special-members: __init__ :show-inheritance: