Skip to content

Commit f0ff7e7

Browse files
committed
Make sure to mention that step 2 is required in the guide.
`pq thread select t-x` doesn't work without running `pq profile info` first. If the pq session is restarted in between, we need to call it again to make sure that we generate the thread handles etc.
1 parent 219638b commit f0ff7e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/profile-query-cli/guide.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ CORE WORKFLOW
2424
pq profile info --all Show all processes and threads (not just top 5)
2525
pq profile info --search GeckoMain Filter by process/thread name, pid, or tid
2626

27-
Step 3: Select a thread to analyze
27+
Step 3: Select a thread to analyze (requires Step 2 -- profile info builds thread handles)
2828
pq thread select t-0 Select a specific thread (persists for future commands)
2929

3030
Step 4: Analyze CPU usage

0 commit comments

Comments
 (0)