-
We are attempting to add Pyroscope to one of our NodeJS framework modules. Pyroscope fails to load with the following error:
```
Error: Cannot find module '/Users/bhunt/Development/*****/modules/…
-
This could be useful... https://www.nuget.org/packages/SuperluminalPerf/
Superluminal supports Unity out of the box, but not the version that KSP uses.
-
For some apps, we the replayer sometimes shows huge gaps of GPU idle time. They can be clearly visible using GPU profilers. These gaps were not present during the native app, so we should investigate…
-
While building servo with a locally-built msvc nightly rust with debug symbols (same behaviour with regular nightly binaries, the debug symbols just give a lot more useful stacks/etc. overall since na…
-
I am not quite sure what to do about the error
```
RuntimeError: Failed to stop profiling. Make sure that you start/stop profiling on the same thread.
```
It happens regularly, but not for every…
-
Hi,
When starting pyroscope on my nodejs app (using expressjs) I'm getting an error: Contexts are not supported:
```
uncaughtException: Contexts are not supported.
TypeError: Contexts are not s…
-
Ben looking into it: this issue is related to importing into chrome dev tools and not necessarily related to Arc render or payload.
-
This will be handy to see in profilers (mini stats or the editor profiler) to see if there are any scripts taking significant time in the update frame while the app is running/realtime.
-
### MDN URL
https://developer.mozilla.org/en-US/docs/Web/API/console/timeStamp
### What specific section or headline is this issue about?
_No response_
### What information was incorrect, unhelpfu…
-
- Allow for profilers to be enabled based on an environment variable
Example:
```
DD_PROFILE_TYPES="cpu,heap,mutex,block,goroutine,goroutinewait,metrics"
DD_PROFILE_TYPES="all"
```
Today thi…