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