-
Notifications
You must be signed in to change notification settings - Fork 28
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
Let's create an option to stop or pause profiling. #4
Comments
Original comment by
|
I support this feature request. Sometimes it ist necessary to do some preparations before the application comes into a state where the time critical action happens. If there was a way to turn profiling on only for the time critical phase, the profiling output would be "cleaner" and more significant. |
If you're going to have Start and Stop, you should have a Clear operation so that the profiling data collected so far can be cleared to start over. |
@SergeLalonde the 'Clear' command is already there - it's the cross in the tiny toolbar on top of the statistics lists ('Clear' button in the standalone version). |
@pk1954 The author of that suggestion originally meant both - API and the toggle button. I'm going to implement the toggle button sooner. The API puts some implications on how to make it available with the minimal hassle, especially considering that I plan to eliminate the necessity of micro-profiler.initializer.cpp inclusion (yes, the only thing to include to the project will be the .lib for the collector's dll/so). |
@SergeLalonde, @pk1954 Guys, please check out this version - is that what you wanted? The change is here: b88ebb7 |
Yes, that's fine as for me. |
Original issue reported on code.google.com by
4ekme...@gmail.com
on 18 Oct 2011 at 2:56The text was updated successfully, but these errors were encountered: