- System requirements
- Profiler architecture
- Profiler installation
- Uninstall profiler
- Running the profiler
- Profiler activation
- Welcome screen
- Start profiling
- Profiling overhead
- Snapshots
- Solving performance problems
- CPU profiling
- Thread profiling
- Object allocation profiling
- Memory profiling
- Exception profiling
- Telemetry
- Probes: monitor higher level events
- Inspections: automatic recognition of typical problems
- Automatically trigger actions on event
- Automatic deobfuscation
- Summary, automatic deobfuscation
- Filters
- Profiler command line
- Command line tool to control profiling
- Export of profiling results to external formats
- Profiler .NET API
- Profiler HTTP API
- Settings
- Troubleshooting
Profiler installation
Interactive installation
Linux
Download and unzip the profiler archive.
macOS
Download and mount disk image, drag the profiler app to the Applications folder.
Windows
Download and run the installer following the wizard steps.
Unattended installation
Unattended installation is performed without user interaction, usually for automation purposes.
The following example uses command line options
to enter the license key and accept profiler EULA.
Replace <arch>
, <build>
and <key>
with actual values.
Linux
unzip YourKit-NetProfiler-2025.3-<build>-<arch>.zip
YourKit-NetProfiler-2025.3/bin/profiler.sh -accept-eula -license-key=<key>
macOS
hdiutil attach YourKit-NetProfiler-2025.3-<build>-<arch>.dmg
cp -r /Volumes/YourKit\ .NET\ Profiler/YourKit\ NET\ Profiler.app ~/Applications/
~/Applications/YourKit\ NET\ Profiler.app/Contents/Resources/bin/profiler.sh -accept-eula -license-key=<key>
Windows
start /wait YourKit-NetProfiler-2025.3-<build>-<arch>.exe /S /D=C:\profiler
start /wait C:\profiler\bin\profiler.exe -accept-eula -license-key=<key>