Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jetbrains/profiler-api
- Owner: JetBrains
- License: apache-2.0
- Created: 2019-02-12T15:11:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-13T19:49:28.000Z (9 months ago)
- Last Synced: 2024-05-13T21:00:05.514Z (9 months ago)
- Topics: aarch64, arm64, aspnetcore, clr, coreclr, csharp, glibc, linux, m1, macos, mono, musl, net, netcoreapp, netframework, netstandard, windows, x64, x86, x86-64
- Language: C#
- Homepage:
- Size: 114 KB
- Stars: 32
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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)