Fully featured low overhead profiler for Java EE and Java SE platforms.
Easy-to-use performance and memory .NET profiler for Windows, Linux and macOS.
Secure and easy profiling in cloud, containers and clustered environments.
Performance monitoring and profiling of Jenkins, Bamboo, TeamCity, Gradle, Maven, Ant and JUnit.

Profiler .NET API

The profiler .NET API allows you to control profiling programmatically right from your .NET application. You can use this API to implement self-monitoring applications, or build complex unit memory tests.

Please find API documentation here

Windows and Linux

The profiler API NuGet package file is located in <Profiler Installation Directory>/api/.

You can use it from there or copy into other location, see <Profiler Installation Directory>/license-redist.txt for redistribution options.

macOS

The profiler API NuGet package file is located in <Profiler Installation Directory>/Contents/Resources/api/.

Using API

Reference the directory and profiler API package in your project like this:


    <PropertyGroup>
      <RestoreSources>$(RestoreSources);$(Profiler_Installation_Directory)/api/;</RestoreSources>
    </PropertyGroup>

    <ItemGroup>
      <PackageReference Include="YourKit.Profiler.Api" Version="*"/>
    </ItemGroup>
  

To control profiling programmatically, please also consider HTTP API. Using language neutral tools might be more convenient and simpler in some cases.

YourKit uses cookies and other tracking technologies to improve your browsing experience on our website, to show you personalized content, to analyze our website traffic, and to understand where our visitors are coming from.

By browsing our website, you consent to our use of cookies and other tracking technologies in accordance with the Privacy Policy.