Windows and Linux confused, fixes #27710 (#27711)

pull/27715/head
Alexander Yumashev 2022-11-22 13:19:47 +02:00 committed by GitHub
parent e5310e314a
commit 98fca3828c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ For more about PerfView, see the user's guide available in the tool or [on GitHu
## PerfCollect
While PerfView is a useful performance analysis tool for .NET scenarios, it only runs on Linux so you can't use it to collect traces from ASP.NET Core apps running in Windows environments.
While PerfView is a useful performance analysis tool for .NET scenarios, it only runs on Windows, so you can't use it to collect traces from ASP.NET Core apps running in Linux environments.
[PerfCollect](https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/linux-performance-tracing.md) is a bash script that uses native Linux profiling tools ([Perf](https://perf.wiki.kernel.org/index.php/Main_Page) and [LTTng](https://lttng.org/)) to collect traces on Linux that can be analyzed by PerfView. PerfCollect is useful when performance problems show up in Linux environments where PerfView can't be used directly. Instead, PerfCollect can collect traces from .NET Core apps that are then analyzed on a Windows computer using PerfView.