You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2019/02/21 19:02:52 UTC

[GitHub] spmallette opened a new pull request #1069: TINKERPOP-1992 count has negative time in profile

spmallette opened a new pull request #1069: TINKERPOP-1992 count has negative time in profile
URL: https://github.com/apache/tinkerpop/pull/1069
 
 
   https://issues.apache.org/jira/browse/TINKERPOP-1992
   
   Not sure if this the best way to do this but basically introduced an interface called `ProfilingAware` that makes it so that `ProfileStrategy` can notify that step that "profiling" is happening so that the step has a chance to get its life in order. For this particular problem, that meant that `group()` needed to reset its reducing barrier step (if present) for its value traversal (i.e. second `by()` modulator) so that it could internally start the profile timer (which doesn't happen otherwise. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services