startProfilingBlock =================== :doc:`/types/Script/index`::startProfilingBlock Starts a profiling block. Declaration ----------- .. code-block:: cpp void startProfilingBlock(const std::string& profilingBlockName); Parameters ---------- .. list-table:: :width: 100% :header-rows: 1 :class: code-table * - Name - Type - Description * - profilingBlockName - const `std::string `_\& - The profiling block's name. Returns ------- None.