Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Move EventCounter back to System.Private.CoreLib#22475

Closed
sywhang wants to merge 1 commit into
dotnet:masterfrom
sywhang:move-eventcounter
Closed

Move EventCounter back to System.Private.CoreLib#22475
sywhang wants to merge 1 commit into
dotnet:masterfrom
sywhang:move-eventcounter

Conversation

@sywhang
Copy link
Copy Markdown

@sywhang sywhang commented Feb 7, 2019

This is the first PR that addresses #20372.

FYI this branch - https://github.com/sywhang/coreclr/tree/add-runtime-perfcounters - contains all the changes I've made so far, but I'm breaking things up into smaller PRs so that they can be more easily reviewed.

cc @tommcdon @shirhatti

@sywhang sywhang requested review from noahfalk and vancem February 7, 2019 22:19
@jkotas
Copy link
Copy Markdown
Member

jkotas commented Feb 7, 2019

The better way to do this would be to:

  1. move EventCounter.cs to shared CoreLib partition in CoreFX
  2. let the mirror copy it over to CoreCLR and other repos
  3. hook it up into the CoreCLR build

Doing it this way is better for following the history. Here is a recent example how this was done: dotnet/corefx#34654

@sywhang
Copy link
Copy Markdown
Author

sywhang commented Feb 7, 2019

Ok. I'll start by submitting a PR to CoreFX first then. Thanks @jkotas!

@sywhang sywhang closed this Feb 7, 2019
@sywhang sywhang deleted the move-eventcounter branch May 2, 2019 00:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants