Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add proper Start and End procedures. #122

Open
martindsouza opened this issue May 30, 2015 · 0 comments
Open

Add proper Start and End procedures. #122

martindsouza opened this issue May 30, 2015 · 0 comments
Milestone

Comments

@martindsouza
Copy link
Member

With this we can track how many times a procedure is called and how long it took to run. Based on this we can then calculate the average run time for a procedure etc. This will involve modifying the template as we'd want developers to use the new start/end procedures instead of logger.log('START'...);

May require modifying the timing procedures to store timing in its own column so that we can perform calculations on average procedure runtime etc. See #1 for more info on this.

@martindsouza martindsouza added this to the Future milestone May 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant