docs: Rewrite PerfettoSQL getting-started guide#5302
Open
LalitMaganti wants to merge 9 commits intomainfrom
Open
docs: Rewrite PerfettoSQL getting-started guide#5302LalitMaganti wants to merge 9 commits intomainfrom
LalitMaganti wants to merge 9 commits intomainfrom
Conversation
Improve the getting-started guide for new users: - Add scheduling, stack sampling, heap profiling, and heap graph sections as first-class core concepts with query examples. - Clarify that UI "tracks" and trace processor "tracks" are different concepts; remove misleading scheduling-as-track example. - Lead with stdlib views (thread_slice, process_slice, thread_or_process_slice) as the recommended way to add context to slices, with manual JOINs as a secondary option. - Add callsite/frame join examples for profiling data and point to stdlib summary trees for full callstack aggregation. - Add best practices section (filter early, use LIMIT, prefer stdlib, nanosecond timestamps). - Remove confusing ancestor/descendant_slice_by_stack sections.
898a99c to
44d1a93
Compare
…etting-started-rewrite
…etting-started-rewrite
…etting-started-rewrite
…etting-started-rewrite
…etting-started-rewrite
…etting-started-rewrite
…etting-started-rewrite
…etting-started-rewrite
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Improve the getting-started guide for new users:
sections as first-class core concepts with query examples.
concepts; remove misleading scheduling-as-track example.
thread_or_process_slice) as the recommended way to add context to
slices, with manual JOINs as a secondary option.
stdlib summary trees for full callstack aggregation.
nanosecond timestamps).