Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 添加内核性能分析工具 #91

Merged
merged 5 commits into from
Nov 25, 2024
Merged

Conversation

fslongjin
Copy link
Member

允许用户通过dadk来观测内核的性能,生成火焰图

@github-actions github-actions bot added the enhancement New feature or request label Nov 25, 2024
Copy link

codecov bot commented Nov 25, 2024

Codecov Report

Attention: Patch coverage is 40.04107% with 292 lines in your changes missing coverage. Please review.

Project coverage is 51.68%. Comparing base (2c1a697) to head (3b988aa).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
dadk/src/actions/profile/mod.rs 40.96% 245 Missing ⚠️
dadk/src/console/profile.rs 51.02% 24 Missing ⚠️
dadk/src/context/mod.rs 0.00% 14 Missing ⚠️
dadk/src/console/mod.rs 0.00% 6 Missing ⚠️
dadk/src/actions/mod.rs 0.00% 2 Missing ⚠️
dadk/src/context/manifest.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #91      +/-   ##
==========================================
- Coverage   52.86%   51.68%   -1.18%     
==========================================
  Files          49       51       +2     
  Lines        4462     4941     +479     
==========================================
+ Hits         2359     2554     +195     
- Misses       2103     2387     +284     
Files with missing lines Coverage Δ
dadk/src/context/manifest.rs 0.00% <0.00%> (ø)
dadk/src/actions/mod.rs 0.00% <0.00%> (ø)
dadk/src/console/mod.rs 0.00% <0.00%> (ø)
dadk/src/context/mod.rs 0.00% <0.00%> (ø)
dadk/src/console/profile.rs 51.02% <51.02%> (ø)
dadk/src/actions/profile/mod.rs 40.96% <40.96%> (ø)
---- 🚨 Try these New Features:

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Nov 25, 2024
@fslongjin fslongjin merged commit 9f4c276 into main Nov 25, 2024
5 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants