diff options
author | Rich Lander <rlander@microsoft.com> | 2015-04-09 04:50:14 -0700 |
---|---|---|
committer | Rich Lander <rlander@microsoft.com> | 2015-04-09 04:50:14 -0700 |
commit | f1d4fb9741887eefcf35981fe6c8d4807b1a5f7d (patch) | |
tree | b6f0f214f165d18c4c9bc41d28d6c5ce418c29d3 /src | |
parent | 09d22b5fb22278b3ed160df90b78e2e21c1c7335 (diff) | |
parent | 965832fcd951a9af9870b55cb56e2416947b844a (diff) | |
download | coreclr-f1d4fb9741887eefcf35981fe6c8d4807b1a5f7d.tar.gz coreclr-f1d4fb9741887eefcf35981fe6c8d4807b1a5f7d.tar.bz2 coreclr-f1d4fb9741887eefcf35981fe6c8d4807b1a5f7d.zip |
Merge pull request #666 from richlander/rich-profile
Add Implementing Profilability BOTR doc
Diffstat (limited to 'src')
-rw-r--r-- | src/vm/eetoprofinterfaceimpl.cpp | 2 | ||||
-rw-r--r-- | src/vm/proftoeeinterfaceimpl.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/vm/eetoprofinterfaceimpl.cpp b/src/vm/eetoprofinterfaceimpl.cpp index bcb70f22f3..6330841574 100644 --- a/src/vm/eetoprofinterfaceimpl.cpp +++ b/src/vm/eetoprofinterfaceimpl.cpp @@ -17,7 +17,7 @@ // PLEASE READ! // // There are strict rules for how to implement ICorProfilerCallback* wrappers. Please read -// http://devdiv/sites/CLR/ProfilingAPI/Shared%20Documents/ImplementingProfilability.doc +// https://github.com/dotnet/coreclr/blob/master/Documentation/profilability.md // to understand the rules and why they exist. // // As a reminder, here is a short summary of your responsibilities. Every PUBLIC diff --git a/src/vm/proftoeeinterfaceimpl.cpp b/src/vm/proftoeeinterfaceimpl.cpp index 088c231a11..8c2156930b 100644 --- a/src/vm/proftoeeinterfaceimpl.cpp +++ b/src/vm/proftoeeinterfaceimpl.cpp @@ -18,7 +18,7 @@ // PLEASE READ! // // There are strict rules for how to implement ICorProfilerInfo* methods. Please read -// http://devdiv/sites/CLR/ProfilingAPI/Shared%20Documents/ImplementingProfilability.doc +// https://github.com/dotnet/coreclr/blob/master/Documentation/profilability.md // to understand the rules and why they exist. // // As a reminder, here is a short summary of your responsibilities. Every PUBLIC |