- Notifications
You must be signed in to change notification settings - Fork18
Comparing changes
Open a pull request
base repository:JuliaPerf/PProf.jl
Uh oh!
There was an error while loading.Please reload this page.
base:v2.2.2
head repository:JuliaPerf/PProf.jl
Uh oh!
There was an error while loading.Please reload this page.
compare:v2.3.0
- 14commits
- 8files changed
- 8contributors
Commits on Oct 25, 2022
docs: fix docstring of kill (#75)
* docs: fix docstring of kill* Update src/PProf.jlCo-authored-by: Nathan Daly <nathan.daly@relational.ai>Co-authored-by: Nathan Daly <nathan.daly@relational.ai>
Commits on Nov 15, 2022
Demonstrate allocation profiling vs cpu profiling
brenhinkeller authoredNov 15, 2022 Update CI badge from Travis to Github Actions
brenhinkeller authoredNov 15, 2022
Commits on Nov 16, 2022
Merge pull request#76from brenhinkeller/master
Add Allocs example to README
vilterp authoredNov 16, 2022
Commits on Jul 8, 2023
enable dependabot for GitHub actions (#79)
ranocha authoredJul 8, 2023 Bump actions/cache from 1 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 1 to 3.- [Release notes](https://github.com/actions/cache/releases)- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)- [Commits](actions/cache@v1...v3)---updated-dependencies:- dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authoredJul 8, 2023 Bump codecov/codecov-action from 1 to 3
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 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@v1...v3)---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>
dependabot[bot] authoredJul 8, 2023 Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.- [Release notes](https://github.com/actions/checkout/releases)- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)- [Commits](actions/checkout@v2...v3)---updated-dependencies:- dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authoredJul 8, 2023
Commits on Jul 11, 2023
Merge pull request#85from JuliaPerf/dependabot/github_actions/actio…
…ns/checkout-3Bump actions/checkout from 2 to 3
vchuravy authoredJul 11, 2023 Merge pull request#83from JuliaPerf/dependabot/github_actions/actio…
…ns/cache-3Bump actions/cache from 1 to 3
vchuravy authoredJul 11, 2023 Merge pull request#84from JuliaPerf/dependabot/github_actions/codec…
…ov/codecov-action-3Bump codecov/codecov-action from 1 to 3
vchuravy authoredJul 11, 2023
Commits on Jul 27, 2023
Fix slow pprof for Alloc profiles: Use integer keys; stop stringifyin…
…g StackFrames (it's expensive) (#86)* Rewrite enter!() to be cleaner and faster (only a single lookup)* Switch to method_instance_id() to compute frame id: MUCH FASTER than stringifying the frame!* Use function + line as the key for an Alloc Location* Add a regression tests file to try to ensure there's no difference being introduced.* Put back old def for method_instance_id* Fixup toml* Allow cross-branch testing in regression tests in GitHub* remove unused
NHDaly authoredJul 27, 2023 Bump to v2.3.0: perf improvement from fixing stringification
NHDaly authoredJul 27, 2023
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 v2.2.2...v2.3.0
Uh oh!
There was an error while loading.Please reload this page.