JuliaPerf / PProf.jl

Export Julia profiles to the pprof format
MIT License
154 stars 17 forks source link

Add Allocs example to README #76

Closed brenhinkeller closed 1 year ago

brenhinkeller commented 1 year ago

People often complain that Julia doesn't have enough tools for tracking down allocations. This package, together with Profile.Allocs, actually seems pretty great for that to me though -- but you might not be able to figure out how from a casual glance at the README without watching the JuliaCon talk.

This PR adds a simple allocation profiling example that mirrors the top-line cpu profiling example just above it in the README.

This PR also updates the readme CI badge to point to the current github actions CI instead of the old Travis.

codecov-commenter commented 1 year ago

Codecov Report

Merging #76 (cab09e8) into master (82bebb5) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #76   +/-   ##
=======================================
  Coverage   96.61%   96.61%           
=======================================
  Files           3        3           
  Lines         295      295           
=======================================
  Hits          285      285           
  Misses         10       10           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more