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