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

We should remove all profiling from the code. #22

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 1 comment
Open

We should remove all profiling from the code. #22

GoogleCodeExporter opened this issue Mar 14, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

At some point someone was using profiling methods to optimize the code. I 
respect this. This is only one right way to do this. But there are tools that 
will do much better job.

Like gprof or callgrind.

I do not see any good reason to keep profiling module in the code because we 
can get such a nice pictures as attached, without using this module.

Less code => less chances for a bug.

Original issue reported on code.google.com by [email protected] on 5 Jan 2014 at 8:53

Attachments:

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