[ https://jira.codehaus.org/browse/JBEHAVE-778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=298395#comment-298395 ]
Brian Repko commented on JBEHAVE-778: ------------------------------------- One can add a Perf4J (for example) annotation to your Steps classes now. The problem that you then run into is the enhancement request to work with AOP-enhanced Steps classes. This kind of integration would leave all performance reporting up to you as part of your Perf4J integration (this by the way is what I'd like to show for AOP integration). If you want the reporting of timings included in the JBehave reports - then I think we have to have a deeper integration with Perf4J or write our own. This enhancement would probably better be addressed with Perf4J integration and deal with the AOP issue - my 2c. > Capture the execution time of steps annotated by @Profiled > ----------------------------------------------------------- > > Key: JBEHAVE-778 > URL: https://jira.codehaus.org/browse/JBEHAVE-778 > Project: JBehave > Issue Type: Story > Components: Core > Reporter: prem > Fix For: 4.x > > > Create an annotation @Profiled to capture the execution time of a step: > @Given("I log into mail account as user <username> with password <password>") > @Profiled > public void login(){ > .... > } -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email