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

chore: update ittnotify.h #405

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion benchmarks/tbb/tools_api/ittnotify.h
Original file line number Diff line number Diff line change
Expand Up @@ -2055,7 +2055,7 @@ void ITTAPI __itt_frame_end_v3(const __itt_domain *domain, __itt_id *id);
* take the current timestamp as the end timestamp.
* @param[in] domain The domain for this frame instance
* @param[in] id The instance ID for this frame instance or NULL
* @param[in] begin Timestamp of the beggining of the frame
* @param[in] begin Timestamp of the beginning of the frame
* @param[in] end Timestamp of the end of the frame
*/
void ITTAPI __itt_frame_submit_v3(const __itt_domain *domain, __itt_id *id,
Expand Down