parca icon indicating copy to clipboard operation
parca copied to clipboard

Continuous profiling for analysis of CPU and memory usage, down to the line number and throughout time. Saving infrastructure cost, improving performance, and increasing reliability.

Results 317 parca issues
Sort by recently updated
recently updated
newest added

Add a `x` button to the filter items to remove them from the filters. Currently, we can only delete the filter items from the right to left with `backspace` key.

enhancement
help wanted
good first issue
area/ui

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/parca-dev/parca). ## Deprecations / Replacements > [!WARNING] These...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped) | [`27.5.2` -> `28.1.6`](https://renovatebot.com/diffs/npm/@types%2fjest/27.5.2/28.1.6) | [![age](https://badges.renovateapi.com/packages/npm/@types%2fjest/28.1.6/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-jest](https://togithub.com/jest-community/eslint-plugin-jest) | [`26.6.0` -> `26.7.0`](https://renovatebot.com/diffs/npm/eslint-plugin-jest/26.6.0/26.7.0) | [![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-jest/26.7.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`8.20.0` -> `8.21.0`](https://renovatebot.com/diffs/npm/eslint/8.20.0/8.21.0) |...

Something I mentioned in https://github.com/parca-dev/.github/pull/4#issuecomment-1204483407. This would ensure it still works as advertised and if not, we would know it needs a bump: https://github.com/parca-dev/parca/blob/172f9173751f6769fe8ac8855bf3dc4fb6ff0947/go.mod#L3 Note: If merged, the required checks...

ESLint v8 requires [typescript-eslint v5](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v5.0.0): ``` TypeError: Failed to load plugin 'jest' declared in '.eslintrc.yml': Class extends value undefined is not a constructor or null ``` And it seems `eslint-plugin-node`...

Because it is that easy. If it is not desired, please simply close the PR :grin:

Just for awareness--there might be bug in stack trace ordering in flame graph. For example, see the `bytes.Split` at the bottom. It comes before `sum.Sum` which is wrong: ![image](https://user-images.githubusercontent.com/6950331/182953838-caafc6c3-4c6d-4861-bfcd-a7b54810db92.png) It's...

bug
area/symbolization