Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jetbrains/profiler-self-api
The portable version of JetBrains profiler self API for .NET Framework / .NET Core / .NET / .NET Standard
https://github.com/jetbrains/profiler-self-api
aarch64 arm arm64 aspnetcore clr coreclr csharp glibc linux m1 macos musl net netcoreapp netframework netstandard windows x64 x86 x86-64
Last synced: about 1 month ago
JSON representation
The portable version of JetBrains profiler self API for .NET Framework / .NET Core / .NET / .NET Standard
- Host: GitHub
- URL: https://github.com/jetbrains/profiler-self-api
- Owner: JetBrains
- License: apache-2.0
- Created: 2019-05-31T10:57:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T20:06:03.000Z (7 months ago)
- Last Synced: 2024-04-13T12:06:55.389Z (7 months ago)
- Topics: aarch64, arm, arm64, aspnetcore, clr, coreclr, csharp, glibc, linux, m1, macos, musl, net, netcoreapp, netframework, netstandard, windows, x64, x86, x86-64
- Language: C#
- Homepage:
- Size: 220 KB
- Stars: 57
- Watchers: 10
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# JetBrains.Profiler.SelfApi [![official JetBrains project](https://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
[![net](https://github.com/JetBrains/profiler-self-api/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/JetBrains/profiler-self-api/actions/workflows/build-and-test.yml)
[![NuGet Version](https://img.shields.io/nuget/v/JetBrains.Profiler.SelfApi?label=JetBrains.Profiler.SelfApi)](https://www.nuget.org/packages/JetBrains.Profiler.SelfApi)
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:
- [dotTrace online documentation](https://www.jetbrains.com/help/profiler/Profiling_Guidelines__Advanced_Profiling_Using_dotTrace_API.html#self-profiled-applications)
- [dotMemory online documentation](https://www.jetbrains.com/help/dotmemory/Profiling_Guidelines__Advanced_Profiling_Using_dotTrace_API.html#self-profiled-applications)