Console - PROFILER
Controls the Profiler.
Syntax
PROFILER ON|OFF|DUMP|RESET
ON
Turn on the Profiler and begin recording.OFF
Turn off the Profiler and stop recording.DUMP
Dump the Profiler data.RESET
Reset the Profiler data.
Example
Turn the Profiler on:
orientdb>
PROFILER ON
Profiler is ON now, use 'profiler off' to turn off.Dump Profiler data:
orientdb>
PROFILER DUMP
For more information on other commands, see Console Commands.