Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: google/pprof
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 27863c8
Choose a base ref
...
head repository: google/pprof
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f64d9cf
Choose a head ref
  • 13 commits
  • 31 files changed
  • 4 contributors

Commits on Apr 17, 2025

  1. Configuration menu
    Copy the full SHA
    a87c506 View commit details
    Browse the repository at this point in the history
  2. Bump actions/setup-go from 5.3.0 to 5.4.0 (#935)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.3.0 to 5.4.0.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@f111f33...0aaccfd)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    4b7f742 View commit details
    Browse the repository at this point in the history
  3. Fix the OSX demangling fallback comparison. (#939)

    This is a follow-up to #924. In the comparison we should compare to the
    string with stripped underscore, otherwise the comparison will never be
    true and we strip the underscore in cases we shouldn't. See the added
    test case.
    
    Also, while we are here, add copying demangling options that we also
    missed. Hopefully we can get
    ianlancetaylor/demangle#24 in and this won't be
    needed.
    aalexand authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    ae77971 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2025

  1. Fix canvas to fill the full height. (#937)

    The canvas used to scale itself to the aspect ratio of the
    full graph, which might be fairly wide. That means even while
    zooming, the original aspect ratio is preserved and only a 'letterbox'
    is shown.
    
    This CSS change fixes that.
    
    Fixes: #835
    
    Signed-off-by: Henner Zeller <[email protected]>
    Co-authored-by: Alexey Alexandrov <[email protected]>
    hzeller and aalexand authored Apr 18, 2025
    Configuration menu
    Copy the full SHA
    24c5476 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2025

  1. Update dep versions. (#941)

    aalexand authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    8047eb6 View commit details
    Browse the repository at this point in the history
  2. Remove copying demangler options, not needed anymore. (#942)

    With [this demangler
    fix](ianlancetaylor/demangle@f615e6b)
    this isn't needed anymore.
    aalexand authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    e1f9c19 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

  1. Fix some comments (#940)

    Signed-off-by: cuishuang <[email protected]>
    Co-authored-by: Alexey Alexandrov <[email protected]>
    cuishuang and aalexand authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    337e5dd View commit details
    Browse the repository at this point in the history

Commits on May 1, 2025

  1. Bump codecov/codecov-action from 5.4.0 to 5.4.2 (#944)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.0 to 5.4.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@0565863...ad3126e)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-version: 5.4.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 1, 2025
    Configuration menu
    Copy the full SHA
    c008609 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. Bump actions/setup-go from 5.4.0 to 5.5.0 (#945)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.4.0 to 5.5.0.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@0aaccfd...d35c59a)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-version: 5.5.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    c6617b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2025

  1. Bump codecov/codecov-action from 5.4.2 to 5.4.3 (#946)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.2 to 5.4.3.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@ad3126e...18283e0)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-version: 5.4.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alexey Alexandrov <[email protected]>
    dependabot[bot] and aalexand authored Jun 7, 2025
    Configuration menu
    Copy the full SHA
    033d6d7 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2025

  1. refactor: use a more modern writing style (#947)

    Signed-off-by: cuishuang <[email protected]>
    Co-authored-by: Alexey Alexandrov <[email protected]>
    cuishuang and aalexand authored Jun 29, 2025
    Configuration menu
    Copy the full SHA
    e611ec3 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2025

  1. Configuration menu
    Copy the full SHA
    6e76a2b View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. Update Go and Windows versions. (#953)

    Go 1.25 released, so switch to 1.24 and 1.25 as the two supported
    versions.
    
    Windows 2019 support is dropped by GitHub Actions, so switch to 2022.
    aalexand authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    f64d9cf View commit details
    Browse the repository at this point in the history
Loading