-
-
Notifications
You must be signed in to change notification settings - Fork 34.5k
gh-146256: Add --jsonl collector to the profiling.sampling
#146257
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
Open
maurycy
wants to merge
41
commits into
python:main
Choose a base branch
from
maurycy:tachyon-ndjson-kolektor
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
2749a44
first stab
maurycy f13d34c
s/ndjson/jsonl/
maurycy c15d318
printing to stdout isn't a great idea
maurycy 6a0ea81
Merge remote-tracking branch 'upstream/main' into tachyon-ndjson-kole…
maurycy cb27fc0
even a basic test
maurycy 59cbb4a
separate func for end record
maurycy 25c6922
proper name
maurycy 67cd39a
test_jsonl_collector_with_location_info
maurycy 7c85d47
test synthetic frames
maurycy 3eddae8
too many new lines
maurycy f71252e
BUG? confusing... two ways to set skip_idle?
maurycy 9836ffa
Merge branch 'main' into tachyon-ndjson-kolektor
maurycy c183109
ok, thx b4fac15613a16f9cd7b2ee32840523b399f4621f
maurycy f20eb52
check if it works fine with (file, loc, func, op)
maurycy 546ce90
missing new line
maurycy 350ad99
filter out sync coordinator
maurycy 942d821
s/collapsed_out/jsonl_out/, less copying :D
maurycy bd9aefe
nicer reading
maurycy 311a4e3
typo
maurycy 749a868
too much copying, left-over
maurycy 85ce978
just Counter
maurycy 820d3b9
ruff
maurycy aad4b18
future-proof name
maurycy da3e754
future-proof iter for streaming
maurycy cb6ed34
truth to be told, this should be layer above
maurycy 5a59e0b
helper
maurycy 192e54b
reorder
maurycy 3189a8f
eh, just copy from heatmap
maurycy 935779f
smaller chunk; matter of taste
maurycy e3d8aff
test actual chunking
maurycy d37f07a
test edge cases
maurycy aaaa972
ruff
maurycy a9b6ccd
match pep8
maurycy 4fb3ade
style
maurycy a0decb5
too defensive
maurycy 5f1704b
too many style changes
maurycy f2a21fb
less style
maurycy 15b07ba
ha! even less style...
maurycy 148f4e2
news
maurycy 69c5768
news: proper formatting
maurycy f0aa26c
claim credit!
maurycy 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
s/ndjson/jsonl/
- Loading branch information
commit f13d34c02b4b3a3e507e8863253c8f3c672484e9
Some comments aren't visible on the classic Files Changed page.
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
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
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
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.
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.
Uh oh!
There was an error while loading. Please reload this page.
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.
Maybe the collectors should be separate from renderers?