Skip to content

GetTotalPauseDuration implementation - #68835

Merged
cshung merged 7 commits into
dotnet:mainfrom
cshung:public/public-pause-time
May 20, 2022
Merged

GetTotalPauseDuration implementation#68835
cshung merged 7 commits into
dotnet:mainfrom
cshung:public/public-pause-time

Conversation

@cshung

@cshung cshung commented May 3, 2022

Copy link
Copy Markdown
Contributor

Fixes #66036

  • Mono implementation - we will probably merge before that is done.
  • Organize the EE -> GC interfaces such that it is version resilience.
  • Testing
  • API Documentation

@ghost

ghost commented May 3, 2022

Copy link
Copy Markdown

Note regarding the new-api-needs-documentation label:

This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change.

@ghost

ghost commented May 3, 2022

Copy link
Copy Markdown

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

@ghost ghost assigned cshung May 3, 2022
@cshung
cshung force-pushed the public/public-pause-time branch from b98898f to a08fe86 Compare May 3, 2022 20:45
Comment thread src/coreclr/nativeaot/Test.CoreLib/src/System/Runtime/RuntimeImports.cs Outdated
@ghost

ghost commented May 3, 2022

Copy link
Copy Markdown

Tagging subscribers to this area: @dotnet/gc
See info in area-owners.md if you want to be subscribed.

Issue Details

Fixes #66036

  • Mono implementation - we will probably merge before that is done.
  • Organize the EE -> GC interfaces such that it is version resilience.
  • Testing
  • API Documentation
Author: cshung
Assignees: cshung
Labels:

area-GC-coreclr, new-api-needs-documentation

Milestone: -

@marek-safar
marek-safar requested a review from BrzVlad May 4, 2022 08:40
@cshung
cshung force-pushed the public/public-pause-time branch from 73222f9 to 2783560 Compare May 4, 2022 16:41
Comment thread src/coreclr/gc/gcinterface.h Outdated
Comment thread src/coreclr/vm/comutilnative.cpp Outdated
Comment thread src/coreclr/vm/comutilnative.h Outdated
@cshung
cshung force-pushed the public/public-pause-time branch from 2783560 to 7233dff Compare May 9, 2022 19:36
@cshung cshung changed the title [WIP] GetTotalPauseDuration implementation GetTotalPauseDuration implementation May 12, 2022
Comment thread src/tests/GC/API/GC/GetTotalPauseDuration.cs
@cshung
cshung merged commit f1efc5c into dotnet:main May 20, 2022
@cshung
cshung deleted the public/public-pause-time branch May 20, 2022 21:09
@ghost ghost locked as resolved and limited conversation to collaborators Jun 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[API Proposal]: Exposing the total paused duration in GC.

3 participants