JetBrains / JetBrains/profiler-self-api

Add built-in way to have the profiler "wait" for X amount of time

Open
#20 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
64
Forks
7
PR merge metrics
No merged PRs in 30d

Description

When using the self-profiling API, it would be useful if there was a built-in way to have the profiler wait, after being started, for X amount of time without having to use something like `await Task.Delay()` or `Thread.Sleep`. This causes that "wait" to usually blow out the rest of the graph, making it not as useful for quick glances to determine bottlenecks. While I can remove that method from the viewer, it'd be ideal for it to not have to be there in the first place.

![Image](https://github.com/user-attachments/assets/9c1419ba-536d-44db-8e1e-461c16f5861b)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.