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