.. highlightlang:: us .. _profiler_start: profiler_start ============== .. index:: profiler_start .. us.tag profiler_start NOTREADYGERMAN New400 Programming.Debug :ref:`profiler_start` startet den Profiler. Mit dem Profiler können Zeiten von Funktionen gemessen werden. .. function:: b = profiler_start() .. us.return **Returnwert** *b* ist TRUE (1), wenn der Profiler gestartet werden konnte und sonst FALSE (0). .. us.example **Beispiel** siehe :ref:`profiler_stop`. .. seealso:: :ref:`uberblick-programmierung`, :ref:`profiler_stop` :sub:`id-1973577`