refactor: use += for period, samples, and count accumulation#302
refactor: use += for period, samples, and count accumulation#302maayanmatsliah-tech wants to merge 1 commit into
Conversation
|
Thank you for your pull request and welcome to our community! To contribute, please sign the Oracle Contributor Agreement (OCA).
To sign the OCA, please create an Oracle account and sign the OCA in Oracle's Contributor Agreement Application. When signing the OCA, please provide your GitHub username. After signing the OCA and getting an OCA approval from Oracle, this PR will be automatically updated. If you are an Oracle employee, please make sure that you are a member of the main Oracle GitHub organization, and your membership in this organization is public. |
|
Hi! I've signed the Oracle CLA. Could you please review when you get a chance? |
|
hi @maayanmatsliah-tech, thanks for the contribution! We generally try to keep the git history focused on functional changes or significant refactors. This change is purely stylistic and doesn't impact performance or readability, so we’re going to pass on it to keep the noise in the logs down. |
|
Got it. Thanks for the feedback! |
Wow, this is a cool repo! Made a small cleanup in
mx_proftool.py— replaced manual addition assignments with+=inmerge_perf_eventsandget_top_methods. No behavior change. Hope this helps!