profile
Profile a traversal to determine statistical information.
Synopsis
profile()
Description
The profile()
step is a side effect step that profiles a traversal to determine statistical information like step runtime, counts, and percent time spent in each traverser.
See Anatomy of a Query.
Examples
g.V().out('created').repeat(both()).times(3).hasLabel('person').profile()