Uh oh!
There was an error while loading. Please reload this page.
self-profile: Support arguments for generic_activities. - #68932
Conversation
michaelwoerister
commented
Feb 7, 2020
Let's do a perf run in order to see if this breaks anything. @bors try @rust-timer queue |
rust-timer
commented
Feb 7, 2020
Awaiting bors try build completion |
bors
commented
Feb 7, 2020
…-args, r=<try> self-profile: Support arguments for generic_activities. This PR adds support for recording arguments of "generic activities". The most notable use case is LLVM module names, which should be very interesting for `crox` profiles. In the future it might be interesting to add more fine-grained events for pre-query passes like macro expansion. I tried to judiciously de-duplicate existing self-profile events with `extra_verbose_generic_activity`, now that the latter also generates self-profile events. r? @wesleywiser
bors
commented
Feb 7, 2020
☀️ Try build successful - checks-azure |
rust-timer
commented
Feb 7, 2020
Queued ac48467 with parent b5e21db, future comparison URL. |
rust-timer
commented
Feb 7, 2020
Finished benchmarking try commit ac48467, comparison URL. |
wesleywiser
left a comment
There was a problem hiding this comment.
A few minor comments. r=me if you don't think they need to be addressed.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
223c7e5 to
81dccb1Comparemichaelwoerister
commented
Feb 10, 2020
|
wesleywiser
commented
Feb 10, 2020
@bors r+ |
bors
commented
Feb 10, 2020
📌 Commit 81dccb1 has been approved by |
…ic-activity-args, r=wesleywiser self-profile: Support arguments for generic_activities. This PR adds support for recording arguments of "generic activities". The most notable use case is LLVM module names, which should be very interesting for `crox` profiles. In the future it might be interesting to add more fine-grained events for pre-query passes like macro expansion. I tried to judiciously de-duplicate existing self-profile events with `extra_verbose_generic_activity`, now that the latter also generates self-profile events. r? @wesleywiser
Rollup of 6 pull requests Successful merges: - #68897 (clean up E0275 explanation) - #68908 (Add long error code explanation message for E0637 ) - #68932 (self-profile: Support arguments for generic_activities.) - #68986 (Make ASCII ctype functions unstably const ) - #69007 (Clean up E0283 explanation) - #69014 (change an instance of span_bug() to struct_span_err() to avoid ICE) Failed merges: r? @ghost
Rollup of 6 pull requests Successful merges: - #68897 (clean up E0275 explanation) - #68908 (Add long error code explanation message for E0637 ) - #68932 (self-profile: Support arguments for generic_activities.) - #68986 (Make ASCII ctype functions unstably const ) - #69007 (Clean up E0283 explanation) - #69014 (change an instance of span_bug() to struct_span_err() to avoid ICE) Failed merges: r? @ghost
This PR adds support for recording arguments of "generic activities". The most notable use case is LLVM module names, which should be very interesting for
croxprofiles. In the future it might be interesting to add more fine-grained events for pre-query passes like macro expansion.I tried to judiciously de-duplicate existing self-profile events with
extra_verbose_generic_activity, now that the latter also generates self-profile events.r? @wesleywiser