MiniProfiler / rack-mini-profiler

Profiler for your development and production Ruby rack apps.
MIT License
3.7k stars 402 forks source link

Add a note to the README about SQL timings absence when generating flamegraphs #507

Closed OsamaSayegh closed 3 years ago

OsamaSayegh commented 3 years ago

Closes #506

codecov-commenter commented 3 years ago

Codecov Report

Merging #507 (0768f29) into master (4e6d463) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #507   +/-   ##
=======================================
  Coverage   87.51%   87.51%           
=======================================
  Files          18       18           
  Lines        1258     1258           
=======================================
  Hits         1101     1101           
  Misses        157      157           

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 4e6d463...0768f29. Read the comment docs.

smridge commented 3 years ago

Thank you for this!