JetBrains / JetBrains/profiler-self-api
Add built-in way to have the profiler "wait" for X amount of time
- 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.

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.