prem created JBEHAVE-778:
----------------------------

             Summary: Capture the execution time of step method in jbehave
                 Key: JBEHAVE-778
                 URL: https://jira.codehaus.org/browse/JBEHAVE-778
             Project: JBehave
          Issue Type: Story
          Components: Spring Support
            Reporter: prem


To create an annotation to capture the performance timing of step's method in 
Jbehave framework. Below is the sample snippet for @Profiled annotation. After 
execution of the below method, should able to log the method execution timing 
details.

@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


Reply via email to