jonhoo / inferno

A Rust port of FlameGraph
Other
1.68k stars 125 forks source link

Allow skipping stack frames after a specified frame name #222

Closed romange closed 2 years ago

romange commented 3 years ago

Fixes #221

codecov[bot] commented 3 years ago

Codecov Report

Merging #222 (4c44cfd) into master (1af0e9c) will increase coverage by 0.10%. The diff coverage is 100.00%.

:exclamation: Current head 4c44cfd differs from pull request most recent head cb00a28. Consider uploading reports for the commit cb00a28 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master     #222      +/-   ##
==========================================
+ Coverage   86.91%   87.01%   +0.10%     
==========================================
  Files          17       17              
  Lines        2361     2380      +19     
==========================================
+ Hits         2052     2071      +19     
  Misses        309      309              
Impacted Files Coverage Δ
src/collapse/perf.rs 97.83% <100.00%> (+0.15%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1af0e9c...cb00a28. Read the comment docs.

romange commented 3 years ago

it seems that clippy warnings are unrelated to this PR.

jonhoo commented 3 years ago

btw, the clippy error should be fixed in master now.

romange commented 2 years ago

Hi @jonhoo , could you please take another look?

jonhoo commented 2 years ago

Released in 0.10.8 :tada: