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

add mutex profiling support #4126

Merged
merged 1 commit into from
May 30, 2022
Merged

Conversation

bogdan-rosianu
Copy link
Contributor

Called runtime.SetMutexProfileFraction(...) if the profiling mode is enabled. This allows developers taking mutex profiles while running the node.

@bogdan-rosianu bogdan-rosianu self-assigned this May 27, 2022
@codecov-commenter
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (rc/2022-june@4d5a5c8). Click here to learn what that means.
The diff coverage is n/a.

❗ Current head 2d4dddd differs from pull request most recent head 53c4193. Consider uploading reports for the commit 53c4193 to get more accurate results

@@               Coverage Diff               @@
##             rc/2022-june    #4126   +/-   ##
===============================================
  Coverage                ?   75.26%           
===============================================
  Files                   ?      617           
  Lines                   ?    82350           
  Branches                ?        0           
===============================================
  Hits                    ?    61979           
  Misses                  ?    15681           
  Partials                ?     4690           

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 4d5a5c8...53c4193. Read the comment docs.

Copy link
Collaborator

@gabi-vuls gabi-vuls left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

System test passed.

@gabi-vuls gabi-vuls merged commit 20ec3fe into rc/2022-june May 30, 2022
@gabi-vuls gabi-vuls deleted the add-mutex-profiling-support branch May 30, 2022 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants