Skip to content

profiler-cli: document the marker field:value search syntax - #6265

Merged
fqueze merged 2 commits into
firefox-devtools:mainfrom
fqueze:profiler-cli-search-syntax-docs-pr
Aug 18, 2026
Merged

profiler-cli: document the marker field:value search syntax#6265
fqueze merged 2 commits into
firefox-devtools:mainfrom
fqueze:profiler-cli-search-syntax-docs-pr

Conversation

@fqueze

@fquezefqueze commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Main | Deploy preview

Document field:value, name: and - negation in thread markers --help and guide, and correct guide's "Filter by name substring", which was wrong in both directions: a bare --search term also matches payload text, while the name: prefix that narrows to the name went unmentioned.

Note name: is not a name-only filter -- "name" is also a schema-declared payload key on Text/TextStack markers, so name:X tests both.

@fqueze
fqueze requested a review from canovaAugust 18, 2026 08:30
@codecov

codecovBot commented Aug 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.73%. Comparing base (1198e50) to head (8beddab).
⚠️ Report is 44 commits behind head on main.

Additional details and impacted files
@@ Coverage Diff @@## main #6265 +/- ##
=======================================
Coverage 83.73% 83.73% =======================================
Files 350 350 Lines 37523 37528 +5 Branches 10543 10540 -3 =======================================
+ Hits 31420 31425 +5 
Misses 5676 5676 Partials 427 427 

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Document field:value, name: and - negation in `thread markers --help` and
`guide`, and correct guide's "Filter by name substring", which was wrong in
both directions: a bare --search term also matches payload text, while the
name: prefix that narrows to the name went unmentioned.
Note name: is not a name-only filter -- "name" is also a schema-declared
payload key on Text/TextStack markers, so name:X tests both.
@fqueze
fquezeforce-pushed the profiler-cli-search-syntax-docs-pr branch from 51f6292 to e84c5d0CompareAugust 18, 2026 08:43
@fqueze
fqueze enabled auto-merge (squash) August 18, 2026 14:45
@fqueze
fqueze merged commit af21278 into firefox-devtools:mainAug 18, 2026
21 checks passed
@fatadelfatadel mentioned this pull request Sep 3, 2026
fatadel added a commit that referenced this pull request Sep 3, 2026
Changes:
[Nazım Can Altınova] Update oxfmt 0.59.0 → 0.63.0 (major) (#6262)
[Andrew Creskey] Show which network requests were prefetched (#6259)
[Florian Quèze] profiler-cli: document the marker field:value search
syntax (#6265)
[Florian Quèze] profiler-cli: report one time base for text and JSON
output (#6266)
[Florian Quèze] profiler-cli: avoid a stack overflow on large marker
threads (#6264)
[Markus Stange] Give the frameTable a lib column (#6258)
[Florian Quèze] profiler-cli: accept --limit 0 as unlimited, and make
truncation loud (#6267)
[Florian Quèze] profiler-cli: report the network request count the
filters ran against (#6274)
[Nazım Can Altınova] Fix dark mode contrast of the warning icons in the
publish panel (#6280)
[Nazım Can Altınova] Extract the publish panel warning indicator into a
small component (#6282)
[Markus Stange] More typed arrays in the FrameTable (and a flags column)
(#6173)
[Nazım Can Altınova] Improve the profiler-cli publish script and
document the whole deployment in a better way (#6260)
[fatadel] 🔃 Sync: l10n -> main (September 3, 2026) (#6301)
[fatadel] Bump profiler-cli version to 0.9.0 (#6302)
And special thanks to our localizers:
es-CL: ravmn
nl: Mark Heijl
sv-SE: Andreas Pettersson
sv-SE: Luna Jernberg
sv-SE: Peter Kihlstedt
tr: Selim Şumlu
tr: giray
zh-CN: 高乐喆
Sign up for freeto 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

@fqueze@canova