Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[InstrFDO][TypeProf] Implement binary instrumentation and profile read/write #66825
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
[InstrFDO][TypeProf] Implement binary instrumentation and profile read/write #66825
Changes from 42 commits
361f8f6
cb0246f
3c6ca04
3780bd9
9255867
8d8a45a
82fac8e
d54d059
ebf4c1d
52143e9
2350d7f
af34929
fcf92af
f5d12b5
17d941c
c000e64
5b09e43
313eb10
abcbc6d
8c725ef
1050a6b
9f01a30
a9deaec
66efde8
9ec0784
0d9abe5
8240524
60cd296
a7633ad
a61c8a4
4dbe23e
000d818
c57422b
df6eadf
c30888c
4a9e6c9
61e8292
fc1d2be
d8967d2
27239f0
0158523
2abdfe3
7ea9217
0a0c364
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[optional] If you prefix the test.profraw as
%t-test.profraw
then when the test fails and prints out the failed command line its easier to copy paste and run separately to debug. If you want to adopt this then all the generated files should be prefixed with%t
.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: the show-vtables option has a single hyphen here as opposed to double elsewhere.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed it.