This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.
from 6c7be04 Merge branch 'tp33'
add f139b40 TINKERPOP-1992 Fix negative time on profile() step
add f980886 TINKERPOP-1992 Update changelog
add ee30283 TINKERPOP-1992 Added test to validate that durations are
greater than zero.
add 44693d0 TINKERPOP-1992 Prevented reset of barrier from happening more
than once
new 29fe4cd Merge branch 'TINKERPOP-1992' into tp33
new 72eb72f Merge branch 'tp33'
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGELOG.asciidoc | 2 +
.../process/traversal/step/ProfilingAware.java | 98 ++++++++++++++++++++++
.../process/traversal/step/map/GroupStep.java | 39 ++++++++-
.../step/sideEffect/GroupSideEffectStep.java | 24 +++++-
.../process/traversal/step/util/ProfileStep.java | 15 ++++
.../strategy/finalization/ProfileStrategy.java | 9 +-
.../tinkergraph/structure/TinkerGraphTest.java | 25 ++++++
7 files changed, 206 insertions(+), 6 deletions(-)
create mode 100644
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.java