parca
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.
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.
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...
[](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) | [](https://docs.renovatebot.com/merge-confidence/)...
[](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) | [](https://docs.renovatebot.com/merge-confidence/)...
[](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) |...
Implements #1470
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:  It's...