.. _demo_dynamic_time: Performance ====================== Compares the execution time and performance between static (``Convolve``) and dynamic (``DyConvolve``) convolution methods. .. literalinclude:: ../../../examples/demo_dynamic_time.py :language: python :start-after: # DOC_START_CODE_EXCLUDE_IMPORTS :end-before: # DOC_END_CODE_EXCLUDE_PLOT :caption: Static vs Dynamic Performance .. image:: /_static/images/demo_dynamic_time.png :alt: Static vs Dynamic Performance Comparison :align: center