Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jetbrains/profiler-api

The portable version of JetBrains profiler API for .NET Framework / .NET Core / .NET / .NET Standard / Mono
https://github.com/jetbrains/profiler-api

aarch64 arm64 aspnetcore clr coreclr csharp glibc linux m1 macos mono musl net netcoreapp netframework netstandard windows x64 x86 x86-64

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# JetBrains.Profiler.Api [![official JetBrains project](https://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)

[![net](https://github.com/JetBrains/profiler-api/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/JetBrains/profiler-api/actions/workflows/build-and-test.yml)

[![NuGet Version](https://img.shields.io/nuget/v/JetBrains.Profiler.Api?label=JetBrains.Profiler.Api)](https://www.nuget.org/packages/JetBrains.Profiler.Api)

JetBrains Profiler API allows you to control profiling sessions right from the code of your application.
Use this API in conjunction with JetBrains dotTrace, JetBrains dotMemory, or JetBrains dotCover.
This API can also be used in conjunction with JetBrains Self-Profiling API.
For the details on how to use the API, refer to:
- [dotTrace online documentation](https://www.jetbrains.com/help/profiler/Profiling_Guidelines__Advanced_Profiling_Using_dotTrace_API.html) (dotCover and dotTrace APIs are equal)
- [dotMemory online documentation](https://www.jetbrains.com/help/dotmemory/Profiling_Guidelines__Advanced_Profiling_Using_dotTrace_API.html)