-
### Android framework version
net8.0-android
### Affected platform version
VS 2022 17.12.0 Prev 1.0
### Description
I first encountered this problem about a year ago with net7 #8285. As I couldn’…
-
Processing https://github.com/dotnet/runtime/pull/110258#issuecomment-2508896302 command:
Command
-intel -arm -profiler --envvars DOTNET_TC_CallCounting:0 DOTNET_TieredPGO_InstrumentOnlyHotCode:0
`…
-
Currently the approach to viewing multiple processes/threads is to switch between processes as implemented in [#82](https://github.com/jlfwong/speedscope/issues/82), but it would be very nice if inste…
-
Processing https://github.com/dotnet/runtime/pull/109996#issuecomment-2489363029 command:
Command
-x64 -arm64 -profiler
```cs
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Running;
…
-
Processing https://github.com/dotnet/runtime/pull/109014#issuecomment-2422362712 command:
Command
-intel -arm64 -profiler -nonativepgo
```cs
using BenchmarkDotNet.Attributes;
using BenchmarkDot…
-
Processing https://github.com/dotnet/runtime/pull/109014#issuecomment-2422176306 command:
Command
-intel -arm64 -profiler -nonativepgo
```cs
using BenchmarkDotNet.Attributes;
using BenchmarkDot…
-
I have a file with 172 KB(this is the smallest file as of now i tested with 123Kb its working fine).
While uploading i m getting below error in console.
😿 Something went wrong.
Check the JS con…
-
-
I want to analyze some code and I do really love your project! The only problem ist, cProfile is the only tool that gives me reasonable outputs, without crashing. Sadly, speedscope does not support th…
-
**Is your feature request related to a problem? Please describe.**
Speedscope provides a view that visualizes stack traces in chronological order https://github.com/jlfwong/speedscope#time-order . It…