-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
gh-138122: Make the tachyon profiler opcode-aware #142394
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
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
dd27e5e
Extend RemoteUnwinder to capture precise bytecode locations
pablogsal 70f2ae0
Add opcode utilities and --opcodes CLI flag
pablogsal aedc000
Track opcode sample counts in flamegraph collector
pablogsal 19ff11b
Emit opcode interval markers in Gecko collector
pablogsal af27d23
Add bytecode panel to heatmap visualization
pablogsal 7ffe4cb
Add opcode panel to live profiler TUI
pablogsal 8b423df
Update tests for location tuple and opcode field
pablogsal 8129e3d
Merge remote-tracking branch 'upstream/main' into tachyon-opcodes
pablogsal 965f521
Better test
pablogsal dac78a5
Merge remote-tracking branch 'upstream/main' into tachyon-opcodes
pablogsal 12c02f6
Add news entry
pablogsal c10628a
CI fixes
pablogsal 04563f0
CI fixes
pablogsal f368890
Fix C-API calls
pablogsal 93f7abd
CSS fixes for classes and dark mode
savannahostrowski dc127bb
Merge pull request #110 from savannahostrowski/tachyon-opcodes-savannah
pablogsal 43a298b
address review
pablogsal a4685fd
Merge branch 'main' into tachyon-opcodes
pablogsal b13b6f0
Docs
pablogsal 50f63d0
Make bytecode spacer
pablogsal 6eed927
Update Lib/profiling/sampling/_heatmap_assets/heatmap.js
pablogsal 1c630ce
Update heatmap.css
pablogsal 56e68c1
Tachyon Heatmap responsive styles
savannahostrowski e010870
Merge pull request #113 from savannahostrowski/heatmap-responsive
pablogsal ede0f79
Update Doc/library/profiling.sampling.rst
pablogsal f838c5d
Fix shift when selecting
StanFromIreland 13ecd61
Merge pull request #114 from StanFromIreland/tachyon-opcodes-jump
pablogsal 66610ff
Use any for stdlib line numbers
pablogsal aab1f3c
Update profiling.sampling.rst
pablogsal 947f555
Docs
pablogsal File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
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.
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.
Wondering if it's worth linking back to https://docs.python.org/3/whatsnew/3.11.html#whatsnew311-pep659, in case people want to learn more about the specializing adaptive interpreter?