ncnn icon indicating copy to clipboard operation
ncnn copied to clipboard

feat: add renderdoc integration

Open inspireMeNow opened this issue 5 months ago • 2 comments

Implementation Details: ncnn renderdoc

inspireMeNow avatar Sep 08 '25 10:09 inspireMeNow

Codecov Report

:x: Patch coverage is 44.44444% with 5 lines in your changes missing coverage. Please review. :white_check_mark: Project coverage is 95.88%. Comparing base (59edf8e) to head (7a85e58). :warning: Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
src/gpu.cpp 44.44% 5 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6302      +/-   ##
==========================================
+ Coverage   95.86%   95.88%   +0.01%     
==========================================
  Files         837      837              
  Lines      264957   264964       +7     
==========================================
+ Hits       254014   254056      +42     
+ Misses      10943    10908      -35     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov-commenter avatar Sep 08 '25 11:09 codecov-commenter

The binary size change of libncnn.so (bytes)

architecture base size pr size difference
x86_64 15120472 15120600 +128 :warning:
armhf 6151616 6151552 -64 :kissing_heart:
aarch64 9452840 9452840 0 :kissing_heart:

github-actions[bot] avatar Sep 08 '25 12:09 github-actions[bot]