-
Notifications
You must be signed in to change notification settings - Fork 1
[WIP] Emit detailed compiler trace under -Yprofile #28
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
Conversation
profile.trace file generated with this PR. |
72cae64
to
088eb2d
Compare
be989fd
to
4c77697
Compare
How to test this yourself: Publish this PR locally
Modify a project to add the compiler options and to depend on this version:
Build
View in ChromeEnter Combine Trace Files (optional)
Generates combined.trace.zip |
I'm working on the post-processing tool https://github.com/retronym/chrome-trace-to-flamegraph This tool should be able:
|
afa8a48
to
db6c49e
Compare
I've made a bit of progress in the post-processing tool. Here's the latest output: https://drive.google.com/drive/folders/1EJJb7Yy52gpu6wNjOgPfh39D4V2MOihC?usp=sharing |
1520e83
to
39913e7
Compare
modules loaded by classpath, and created tests.
10786 setting privateWithin for java protected inner classes
a small handful of optimizations for 2.12
a88b4ec
to
3c0f632
Compare
Suitable for viewing directly in chrome://tracing, or post processing with https://github.com/retronym/chrome-trace-to-flamegraph Co-Authored-By: Mike Skells <[email protected]>
3c0f632
to
583c3ef
Compare
Moved to scala#7364 |
Suitable for viewing directly in chrome://tracing, or manipulation
with the underlying tooling at:
https://github.com/catapult-project/catapult/tree/master/tracing
and instead attributed to the symbol being completed itself.
TODO:
-Yprofile
.