Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cpu-profile-summarizer] Add new CLI tool for summarizing many V8 CPU Profiles #5098

Merged
merged 2 commits into from
Feb 7, 2025

Conversation

dmichon-msft
Copy link
Contributor

Summary

Adds a new package @rushstack/cpu-profile-summarizer that contains a CLI tool for summarizing data across many V8 .cpuprofile files.

Details

The tool scans the input folder(s) for .cpuprofiles, then distributes them among worker threads for ingestion.

A primary use case is, after enabling --cpu-prof for all projects in a repository, collating the results into a single report.

How it was tested

Used it to summarize information about building rushstack.

Impacted documentation

New package.

apps/cpu-profile-summarizer/src/start.ts Outdated Show resolved Hide resolved
apps/cpu-profile-summarizer/src/start.ts Show resolved Hide resolved
@dmichon-msft dmichon-msft merged commit f352d59 into microsoft:main Feb 7, 2025
5 checks passed
@dmichon-msft dmichon-msft deleted the cpu-profile-aggregator branch February 7, 2025 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Closed
Development

Successfully merging this pull request may close these issues.

2 participants