ProfilerInterface ================= Functions --------- .. list-table:: :width: 100% :header-rows: 1 :class: code-table * - Name - Description * - :doc:`/types/ProfilerInterface/start/index` - Starts a profiling session. * - :doc:`/types/ProfilerInterface/getResults/index` - Returns the result of the profiling. * - :doc:`/types/ProfilerInterface/end/index` - Ends a profiling session and returns the result. * - :doc:`/types/ProfilerInterface/isRunning/index` - Checks if the profiler is running. * - :doc:`/types/ProfilerInterface/startBlock/index` - Starts a profiling block. * - :doc:`/types/ProfilerInterface/endBlock/index` - Ends a profiling block. .. toctree:: :hidden: ./start/index.rst ./getResults/index.rst ./end/index.rst ./isRunning/index.rst ./startBlock/index.rst ./endBlock/index.rst