-
Notifications
You must be signed in to change notification settings - Fork 636
Comparing changes
Open a pull request
base repository: google/pprof
base: d1b30fe
head repository: google/pprof
compare: 27863c8
- 19 commits
- 16 files changed
- 7 contributors
Commits on Nov 1, 2024
-
Bump crazy-max/ghaction-chocolatey from 3.0.0 to 3.2.0 (#910)
Bumps [crazy-max/ghaction-chocolatey](https://github.com/crazy-max/ghaction-chocolatey) from 3.0.0 to 3.2.0. - [Release notes](https://github.com/crazy-max/ghaction-chocolatey/releases) - [Commits](crazy-max/ghaction-chocolatey@0e01585...2ae9952) --- updated-dependencies: - dependency-name: crazy-max/ghaction-chocolatey dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexey Alexandrov <aalexand@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b92577c - Browse repository at this point
Copy the full SHA b92577cView commit details
Commits on Nov 22, 2024
-
Bump codecov/codecov-action from 4.6.0 to 5.0.2 (#911)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.6.0 to 5.0.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@b9fd7d1...5c47607) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cbe949e - Browse repository at this point
Copy the full SHA cbe949eView commit details
Commits on Nov 28, 2024
-
Bump codecov/codecov-action from 5.0.2 to 5.0.7 (#913)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.2 to 5.0.7. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@5c47607...015f24e) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dc51965 - Browse repository at this point
Copy the full SHA dc51965View commit details
Commits on Dec 3, 2024
-
Fix 'show source [in new tab]' under -lines (#912)
* Fix 'show source [in new tab]' under -lines * Add comment
Configuration menu - View commit details
-
Copy full SHA for 1e3fdc7 - Browse repository at this point
Copy the full SHA 1e3fdc7View commit details
Commits on Dec 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 484a855 - Browse repository at this point
Copy the full SHA 484a855View commit details -
Bail out fast when no demangling is requested (#915)
* Bail out fast when no demangling is requested Avoid trying to demangle functions one by one; besides, `demangleSingleFunction` doesn't quite behave correctly when **no** demangling is requested. * s/bail/Bail --------- Co-authored-by: Alexey Alexandrov <aalexand@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 61a79c6 - Browse repository at this point
Copy the full SHA 61a79c6View commit details
Commits on Dec 10, 2024
-
Bump codecov/codecov-action from 5.0.7 to 5.1.1 (#917)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.7 to 5.1.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@015f24e...7f8b4b4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 77b369d - Browse repository at this point
Copy the full SHA 77b369dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40e02aa - Browse repository at this point
Copy the full SHA 40e02aaView commit details
Commits on Jan 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4e5bb20 - Browse repository at this point
Copy the full SHA 4e5bb20View commit details
Commits on Jan 21, 2025
-
Bump codecov/codecov-action from 5.1.1 to 5.1.2 (#921)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@7f8b4b4...1e68e06) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 997b0b7 - Browse repository at this point
Copy the full SHA 997b0b7View commit details
Commits on Jan 25, 2025
-
handle demangling OSX names with underscore prefix (#924)
Updates github ticket #477
Configuration menu - View commit details
-
Copy full SHA for 7fdb3d7 - Browse repository at this point
Copy the full SHA 7fdb3d7View commit details
Commits on Jan 28, 2025
-
Bump actions/setup-go from 5.1.0 to 5.2.0 (#920)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@41dfa10...3041bf5) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexey Alexandrov <aalexand@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 077ca0a - Browse repository at this point
Copy the full SHA 077ca0aView commit details
Commits on Feb 2, 2025
-
Bump actions/setup-go from 5.2.0 to 5.3.0 (#927)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@3041bf5...f111f33) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fc31438 - Browse repository at this point
Copy the full SHA fc31438View commit details
Commits on Feb 8, 2025
-
In the tags command, print percentages relative to profile total. (#929)
Before this change percentages were relative to the tag total and this sometimes causes confusion for users as it makes it look like the tag is set for all samples when it's not. Note that the percentage calculation as implemented does not attempt to be friendly to samples where a given tag has multiple values. Multiple values per tag per sample are discouraged and we should deprecate them. Maybe we should make pprof print a warning for such profiles.
Configuration menu - View commit details
-
Copy full SHA for a522070 - Browse repository at this point
Copy the full SHA a522070View commit details -
Bump codecov/codecov-action from 5.1.2 to 5.3.1 (#926)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.1.2 to 5.3.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@1e68e06...13ce06b) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexey Alexandrov <aalexand@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d0013a5 - Browse repository at this point
Copy the full SHA d0013a5View commit details
Commits on Mar 2, 2025
-
Bump codecov/codecov-action from 5.3.1 to 5.4.0 (#930)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.3.1 to 5.4.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@13ce06b...0565863) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9094ed2 - Browse repository at this point
Copy the full SHA 9094ed2View commit details
Commits on Mar 15, 2025
-
Replace for-loop key deletion with clear in newGraph function (#931)
Co-authored-by: 1911860538 <alxps1911@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 103756e - Browse repository at this point
Copy the full SHA 103756eView commit details
Commits on Mar 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a4b03ec - Browse repository at this point
Copy the full SHA a4b03ecView commit details
Commits on Apr 3, 2025
-
Bump crazy-max/ghaction-chocolatey from 3.2.0 to 3.3.0 (#934)
Bumps [crazy-max/ghaction-chocolatey](https://github.com/crazy-max/ghaction-chocolatey) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/crazy-max/ghaction-chocolatey/releases) - [Commits](crazy-max/ghaction-chocolatey@2ae9952...6828f16) --- updated-dependencies: - dependency-name: crazy-max/ghaction-chocolatey dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 27863c8 - Browse repository at this point
Copy the full SHA 27863c8View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff d1b30fe...27863c8