-
It would be very nice if speedscope would visualize the memory usage, too.
Of course optional. But if the value (memory usage of process) would be available,
it would be nice to see it.
What do…
-
I'm profiling some fairly IO heavy code (it does database transactions to a database with high latency), and my profile takes about a minute for me to run. However, when I load this into speedscope.ap…
-
In the document, it gives an example of command, which works great:
```bash
perf record -a -F 999 -g ./my_program > perf.data
```
But in most case, I don't have sudo privilege, which means I can…
-
I get the following error when trying to open the resulting `chrome_profiler.json` file in performance tools: `The requested file could not be read, typically due to permission problems that have occu…
-
There is currently a downcast of ThreadID read from nettrace v4 into a int. On platforms using pointers as thread id's, there is a risk we will get negative thread id's showing up in SpeedScope and Pe…
-
I'd like to convert [MSBuild](https://docs.microsoft.com/visualstudio/msbuild/msbuild)' [structured log](https://www.msbuildlog.com/) to speedscope but I'm lacking some help.
I have gone through th…
-
As the current implementation of fANOVA is rather inefficient, we could think about how to make it faster.
-
When used to view traces recorded by `rack-mini-profiler`, the web-based flamegraph sometimes crashes with the following error
> speedscope.44364064.js:174 Uncaught (in promise) TypeError: Cannot r…
-
### Description
As you can see below, I try to load the same view 3 times, and it take more and more time to load...
https://github.com/dotnet/maui/assets/9884985/77d0993e-9533-499d-87b2-f14de91…
-
Speedscope should already have support for Firefox. We'll need to update our preprocessing code to ingest Firefox profiles, and likely also remove our dependence on `TimelineEvent` throughout the app …