-
Notifications
You must be signed in to change notification settings - Fork 375
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
Support stats "yjit_alloc_size" #3661
Support stats "yjit_alloc_size" #3661
Conversation
lib/datadog/core/runtime/metrics.rb:143:9: C: Metrics/MethodLength: Method has too many lines. [40/36] def flush_yjit_stats ... ^^^^^^^^^^^^^^^^^^^^
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3661 +/- ##
==========================================
- Coverage 98.10% 98.10% -0.01%
==========================================
Files 1225 1225
Lines 72522 72528 +6
Branches 3446 3448 +2
==========================================
+ Hits 71151 71154 +3
- Misses 1371 1374 +3 ☔ View full report in Codecov by Sentry. |
@marcotc |
* master: (34 commits) Add hanami app to integration CI configurations (DataDog#3639) Update UpgradeGuide in README.md Update lockfiles for release 2.0.0 Bump version 2.0.0.rc1 to 2.0.0 Add 2.0.0 to CHANGELOG.md Add missing Apache 2.0 license from gemspec Use ffi 1.16.3 Add platform Output gem version Output debug logs Fix spec to exclude .vscode directory Fix docker run command Add vscode settings for dockerfile file associations Update gem version Update gemfiles/* Update `ffi` in Gemfile Remove experimental warning from OpenTelemetry.md Remove latest tag on docker images add installer system tests Extract trace id format helper method (DataDog#3670) ...
@p-datadog |
Thank you very much for the PR @MITSUBOSHI |
What does this PR do?
Motivation:
--yjit-exec-mem-size
option.Additional Notes:
How to test the change?
Unsure? Have a question? Request a review!