Guest User

Untitled

a guest
Jun 20th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. gremlin> g.V(1).repeat(bothE().sample(1).by('weight').otherV()).times(5).profile()
  2. ==>Traversal Metrics
  3. Step Count Traversers Time (ms) % Dur
  4. =============================================================================================================
  5. TinkerGraphStep(vertex,[1]) 1 1 0.106 7.27
  6. VertexStep(BOTH,edge) 3 3 0.083 5.70
  7. SampleGlobalStep(1,value(weight)) 1 1 0.111 7.64
  8. EdgeOtherVertexStep 1 1 0.044 3.05
  9. NoOpBarrierStep(2500) 1 1 0.054 3.74
  10. VertexStep(BOTH,edge) 3 3 0.067 4.63
  11. SampleGlobalStep(1,value(weight)) 1 1 0.091 6.29
  12. EdgeOtherVertexStep 1 1 0.043 2.97
  13. NoOpBarrierStep(2500) 1 1 0.059 4.09
  14. VertexStep(BOTH,edge) 3 3 0.046 3.21
  15. SampleGlobalStep(1,value(weight)) 1 1 0.084 5.76
  16. EdgeOtherVertexStep 1 1 0.083 5.71
  17. NoOpBarrierStep(2500) 1 1 0.033 2.27
  18. VertexStep(BOTH,edge) 1 1 0.074 5.08
  19. SampleGlobalStep(1,value(weight)) 1 1 0.042 2.90
  20. EdgeOtherVertexStep 1 1 0.031 2.17
  21. NoOpBarrierStep(2500) 1 1 0.023 1.59
  22. VertexStep(BOTH,edge) 3 3 0.212 14.56
  23. SampleGlobalStep(1,value(weight)) 1 1 0.112 7.73
  24. EdgeOtherVertexStep 1 1 0.031 2.17
  25. NoOpBarrierStep(2500) 1 1 0.021 1.45
  26. >TOTAL - - 1.461 -
Add Comment
Please, Sign In to add comment