JetBrains / profiler-self-api

The portable version of JetBrains profiler self API for .NET Framework / .NET Core / .NET / .NET Standard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JetBrains.Profiler.SelfApi official JetBrains project

net

NuGet Badge

JetBrains Self-Profiling API lets you initiate and control profiling sessions right from the code of your application. The snapshots taken by the API calls can be later opened and investigated in JetBrains profiling tools. The main advantage of Self-Profiling API is that it doesn't require the profiling tools to be installed on the end-user machine. For example, you can use this API to take memory snapshots of your application on end-user desktops, staging and production servers, and so on. For the details on how to use the API, refer to:

About

The portable version of JetBrains profiler self API for .NET Framework / .NET Core / .NET / .NET Standard

License:Apache License 2.0


Languages

Language:C# 100.0%