Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3d48a8280d7d4bff44a5ce97809a634a9821b3ba
https://github.com/WebKit/WebKit/commit/3d48a8280d7d4bff44a5ce97809a634a9821b3ba
Author: Pawel Lampe <[email protected]>
Date: 2026-08-17 (Mon, 17 Aug 2026)
Changed paths:
A Tools/Scripts/webkit-sysprof/.gitignore
A Tools/Scripts/webkit-sysprof/README.md
A Tools/Scripts/webkit-sysprof/pyproject.toml
A Tools/Scripts/webkit-sysprof/tests/assets/sample.syscap
A Tools/Scripts/webkit-sysprof/tests/test_subcommands_e2e.py
A Tools/Scripts/webkit-sysprof/tox.ini
A Tools/Scripts/webkit-sysprof/webkitsysprof/__init__.py
A Tools/Scripts/webkit-sysprof/webkitsysprof/__main__.py
A Tools/Scripts/webkit-sysprof/webkitsysprof/analyze/__init__.py
A Tools/Scripts/webkit-sysprof/webkitsysprof/dump/__init__.py
A Tools/Scripts/webkit-sysprof/webkitsysprof/histogram/__init__.py
A Tools/Scripts/webkit-sysprof/webkitsysprof/parser/__init__.py
A Tools/Scripts/webkit-sysprof/webkitsysprof/parser/direct_parser.py
A Tools/Scripts/webkit-sysprof/webkitsysprof/summary/__init__.py
A Tools/Scripts/webkit-sysprof/webkitsysprof/utils/__init__.py
Log Message:
-----------
Implement set of tools for working with WebKit's sysprof captures
https://bugs.webkit.org/show_bug.cgi?id=320446
Reviewed by Nikolas Zimmermann.
This change introduces a command-line tool for processing sysprof
.syscap capture files recorded from WPE/GTK WebKit. It extracts marks
(timeline events) and counters (time-series metrics) from a capture
and allows one to do various kinds of processing with them.
Co-authored with Claude.
Canonical link: https://commits.webkit.org/319278@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications