This is an archive of the discontinued LLVM Phabricator instance.

Reduce perf impact of redundant ittnotify calls
ClosedPublic

Authored by tlwilmar on Jun 14 2016, 2:52 PM.

Details

Summary

Improved performance of ittnotify calls by request from ittnotify
owner: calls to __itt_string_handle_create made unique (it was called multiple times).

Patch by Andrey Churbanov

Diff Detail

Repository
rL LLVM

Event Timeline

tlwilmar updated this revision to Diff 60764.Jun 14 2016, 2:52 PM
tlwilmar retitled this revision from to Reduce perf impact of redundant ittnotify calls.
tlwilmar updated this object.
tlwilmar added a reviewer: omalyshe.
tlwilmar set the repository for this revision to rL LLVM.
tlwilmar added a subscriber: openmp-commits.
This revision is now accepted and ready to land.Jun 15 2016, 8:34 AM
This revision was automatically updated to reflect the committed changes.