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

Fixed shutdown of context switch tracer #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

akaStiX
Copy link

@akaStiX akaStiX commented Feb 4, 2020

This change fixes issue when your profiling process is run under the debugger and you try to start context switch tracing - the first time you do it, context switch tracing will terminate itself immediately due to timeout.
Visual studio will start loading debug symbols for a bunch of libs when calling ShellExecuteA and this will result into time out for cswitch trace tool on a first run. You'll have to disable and then re enable switch tracing from live view to get it running properly. That is very annoying

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant