Github user rjbriody commented on the pull request: https://github.com/apache/incubator-tinkerpop/pull/195#issuecomment-170076278 > What about cap(metrics,m) I do confirm that the size of the cap keys is 1, so the only cap will be the metrics. I get what you're saying but I think this falls on the "safe side of the fence" with regards to being fancy. It's not that fancy. Right now, nearly all profiled traversals will end like this: ```.profile().cap(TraversalMetrics.METRICS_KEY)``` ...and having the SideEffect step show up in the profile is bad for 2 reasons. 1) it's annoying but mostly 2) it alters the timing results for the other steps.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---