[
https://issues.apache.org/jira/browse/TINKERPOP-2364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stephen Mallette closed TINKERPOP-2364.
---------------------------------------
Fix Version/s: 3.4.9
3.5.0
Assignee: Stephen Mallette
Resolution: Fixed
> Injected ProfileStep should not be displayed in child traversals
> ----------------------------------------------------------------
>
> Key: TINKERPOP-2364
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2364
> Project: TinkerPop
> Issue Type: Bug
> Components: process
> Affects Versions: 3.3.10
> Reporter: Stephen Mallette
> Assignee: Stephen Mallette
> Priority: Minor
> Fix For: 3.5.0, 3.4.9
>
>
> I imagine that {{ProfileStep}} is visible in child traversals for
> {{profile()}} output because we simple {{toString()}} the parent step:
> {code}
> gremlin> g.V().local(out().fold()).profile()
> ==>Traversal Metrics
> Step Count
> Traversers Time (ms) % Dur
> =============================================================================================================
> TinkerGraphStep(vertex,[]) 1
> 1 0.092 68.58
> LocalStep([VertexStep(OUT,vertex), ProfileStep,... 1
> 1 0.042 31.42
> VertexStep(OUT,vertex) 1
> 1 0.013
> FoldStep 1
> 1 0.011
> >TOTAL -
> - 0.134 -
> {code}
> It would be nice if for purpose of the {{profile()}} output at least if that
> could be cleaned up.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)