This is the Windows app named PerfView whose latest release can be downloaded as PerfView.exe. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named PerfView with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start any OS OnWorks online emulator from this website, but better Windows online emulator.
- 5. From the OnWorks Windows OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application and install it.
- 7. Download Wine from your Linux distributions software repositories. Once installed, you can then double-click the app to run them with Wine. You can also try PlayOnLinux, a fancy interface over Wine that will help you install popular Windows programs and games.
Wine is a way to run Windows software on Linux, but with no Windows required. Wine is an open-source Windows compatibility layer that can run Windows programs directly on any Linux desktop. Essentially, Wine is trying to re-implement enough of Windows from scratch so that it can run all those Windows applications without actually needing Windows.
SCREENSHOTS
Ad
PerfView
DESCRIPTION
PerfView is a free performance analysis tool that helps isolate CPU and memory-related performance issues. It is a Windows tool, but it also has some support for analyzing data collected on Linux machines. It works for a wide variety of scenarios, but has a number of special features for investigating performance issues in code written for the .NET runtime. If you are unfamiliar with PerfView, there are PerfView video tutorials. Also, Vance Morrison's blog gives an overview and getting started information. PerfView is built on a library called Microsoft.Diagnostics.Tracing.TraceEvent, which knows how to both collect and parse Event Tracing for Windows (ETW) data. Thus if there is any information that PerfView collects and processes that you would like to manipulate yourself programmatically, you would probably be interested in the TraceEvent Library Documentation.
Features
- One of the unusual things about PerfView is that it incorporates its support DLLs into the EXE itself
- Another unusual thing about PerfView is that it includes an extension mechanism complete with samples
- You can also build PerfView from the command line
- One of the invariants of the repo is that if you are running Visual Studio 2022 and you simply sync and build the PerfView.sln file
- Build perfView by typing the command 'msbuild'
- Change directory to the base of your PerfView source tree (where PerfView.sln lives).
- Restore the nuget packages by typing the command 'msbuild /t:restore'
Programming Language
C#
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/perfview.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.