You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Robert Dale (JIRA)" <ji...@apache.org> on 2018/06/22 21:23:00 UTC

[jira] [Created] (TINKERPOP-1992) count has negative time

Robert Dale created TINKERPOP-1992:
--------------------------------------

             Summary: count has negative time
                 Key: TINKERPOP-1992
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1992
             Project: TinkerPop
          Issue Type: Bug
          Components: process
    Affects Versions: 3.2.9, 3.3.3
            Reporter: Robert Dale



{noformat}
gremlin> g.V().group().by().by(bothE().count()).profile()
==>Traversal Metrics
Step                                                               Count  Traversers       Time (ms)    % Dur
=============================================================================================================
TinkerGraphStep(vertex,[])                                         19172       19172           4.957     5.24
GroupStep(identity,[VertexStep(BOTH,edge), Prof...                     1           1          89.696    94.76
  VertexStep(BOTH,edge)                                            84812       84812          50.723
  CountGlobalStep                                                  19172       19172         -39.649
                                            >TOTAL                     -           -          94.654        -

{noformat}




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)