summaryrefslogtreecommitdiff
path: root/Documentation/README.md
diff options
context:
space:
mode:
authorBrian Robbins <brianrob@microsoft.com>2016-05-31 14:59:47 -0700
committerBrian Robbins <brianrob@microsoft.com>2016-06-06 13:02:17 -0700
commit9c2588aa20d952dcc4214d9245d7f841b896036c (patch)
treeb9c603d461689258652ed1ce72877b71ee296d50 /Documentation/README.md
parentd8eef57192117de033dd8bc89348943f28af520b (diff)
downloadcoreclr-9c2588aa20d952dcc4214d9245d7f841b896036c.tar.gz
coreclr-9c2588aa20d952dcc4214d9245d7f841b896036c.tar.bz2
coreclr-9c2588aa20d952dcc4214d9245d7f841b896036c.zip
Add performance tracing documentation for Windows and Linux.
Diffstat (limited to 'Documentation/README.md')
-rw-r--r--Documentation/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/README.md b/Documentation/README.md
index 67e79d3d73..70167e4bb4 100644
--- a/Documentation/README.md
+++ b/Documentation/README.md
@@ -49,7 +49,8 @@ Testing and Debugging CoreCLR
- [Testing Changes on Windows](building/windows-test-instructions.md)
- [Testing Changes on Linux, OS X, and FreeBSD](building/unix-test-instructions.md)
- [Testing with CoreFX](building/testing-with-corefx.md)
-- [.NET Performance Data Collection Script](https://raw.githubusercontent.com/dotnet/corefx-tools/master/src/performance/perfcollect/perfcollect)
+- [Performance Tracing on Windows](project-docs/windows-performance-tracing.md)
+- [Performance Tracing on Linux](project-docs/linux-performance-tracing.md)
- [Creating native images](building/crossgen.md)
Book of the Runtime