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

feat(cli): add --cpu-prof flag #2046

Merged
merged 3 commits into from
Jan 20, 2024
Merged

feat(cli): add --cpu-prof flag #2046

merged 3 commits into from
Jan 20, 2024

Conversation

astahmer
Copy link
Collaborator

📝 Description

Add a --cpu-prof flag to panda, panda cssgen, panda codegen and panda debug commands This is useful for
debugging performance issues in panda itself. This will generate a panda-{command}-{timestamp}.cpuprofile file in
the current working directory, which can be opened in tools like Speedscope

This is mostly intended for maintainers or can be asked by maintainers to help debug issues.

💣 Is this a breaking change (Yes/No):

no

Copy link

changeset-bot bot commented Jan 20, 2024

🦋 Changeset detected

Latest commit: 823092b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 21 packages
Name Type
@pandacss/node Patch
@pandacss/dev Patch
@pandacss/astro-plugin-studio Patch
@pandacss/fixture Patch
@pandacss/postcss Patch
@pandacss/studio Patch
@pandacss/config Patch
@pandacss/core Patch
@pandacss/error Patch
@pandacss/extractor Patch
@pandacss/generator Patch
@pandacss/is-valid-prop Patch
@pandacss/logger Patch
@pandacss/parser Patch
@pandacss/preset-atlaskit Patch
@pandacss/preset-base Patch
@pandacss/preset-open-props Patch
@pandacss/preset-panda Patch
@pandacss/shared Patch
@pandacss/token-dictionary Patch
@pandacss/types Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

vercel bot commented Jan 20, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
panda-docs ✅ Ready (Inspect) Visit Preview Jan 20, 2024 3:19pm
panda-playground ✅ Ready (Inspect) Visit Preview Jan 20, 2024 3:19pm
panda-studio ✅ Ready (Inspect) Visit Preview Jan 20, 2024 3:19pm

@anubra266
Copy link
Collaborator

Can we this docs to the cli references doc

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.

3 participants