endProfilingBlock ================= :doc:`/types/Script/index`::endProfilingBlock Ends a profiling block. Declaration ----------- .. code-block:: cpp void endProfilingBlock(); Parameters ---------- None. Returns ------- None. Notes ----- This function will end the last profiling block started with a :doc:`/types/Profiler/index`'s :doc:`/types/Profiler/startBlock/index` or a :doc:`/types/Script/index`'s :doc:`/types/Script/startProfilingBlock/index` function call.