We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What is the correct way to use __itt_marker to get it to display a marker on VTune?
__itt_marker
I think I tried everything such as (with all possible scopes):
__itt_marker(domain, __itt_null, message, __itt_scope_global);
I can get overlapped tasks working but not markers.
The text was updated successfully, but these errors were encountered:
Unfortunately, VTune does not have an implementation of __itt_marker API functionality.
Sorry, something went wrong.
Thank you, that explains. :-)
No branches or pull requests
What is the correct way to use
__itt_marker
to get it to display a marker on VTune?I think I tried everything such as (with all possible scopes):
I can get overlapped tasks working but not markers.
The text was updated successfully, but these errors were encountered: