Skip to content

Conversation

@fsimonis
Copy link
Member

@fsimonis fsimonis commented Oct 29, 2025

According to the docs https://perfetto.dev/docs/getting-started/converting#python-example-basic-debug-annotations

This allows extracting this information directly via SQL:

select thread_name, EXTRACT_ARG(arg_set_id, 'debug.meshSizeB-Mesh') AS mesh_size
from thread_slice
where name = 'initialize' and process_name = 'B'

@fsimonis fsimonis merged commit af59309 into main Oct 29, 2025
10 checks passed
@fsimonis fsimonis self-assigned this Oct 29, 2025
@fsimonis fsimonis deleted the add-data-to-pftrace branch October 29, 2025 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants