-
### Description:
Hi ACDC,
I'm trying out acdc on my laptop, and getting the following issue.
I am on MacOS and the main branch, and get the following error when I press "Download and test with ti…
-
[Flaky test failures](https://github.com/Granulate/gprofiler/issues/462) stemming from `get_stack_offset` occasionally failing:
```
[2022-10-06 12:22:46,079] DEBUG: gprofiler.utils: (['/tmp/_MEIg4dL…
Jongy updated
2 years ago
-
##### Description
I'm not really sure where it's coming from, but I'm getting the following error when I run the profiler in heatmap mode (with the -h flag).
##### How to reproduce
Haven't …
-
Use `python -X importtime` to analyze the start up time based on the time it takes to import modules. Let's see how much we can move into function-level imports to make the initial startup faster. Too…
-
# Bug report
### Bug description:
Lately, I've been testing IA code on various Python interpreters and their corresponding profilers across multiple platforms. After multiple attempts, I've noticed …
-
Profilers and debuggers need to traverse the frame stack, but the layout of the stack is an internal implementation detail.
However can make some limited promises to make porting tools between Python…
-
### Description
As documented in #93, vcztools view is not running as fast as bcftools view on real genome data. I reproduce the performance data below.
This issue tracks understanding the perfo…
-
https://github.com/vpelletier/pprofile is a pure python statistical profiler which has (IMO) a main strong feature compared to other profilers: it can output its result directly in callgrind format (h…
-
## scalene
Need to try scalene, which might be a better experience than the other profilers:
https://github.com/emeryberger/scalene
Includes low-overhead memory profiling, time spent in C vs …
-
**Description**
Over time, the syndic process grows in memory until all memory is exhausted and the syndic gets OOM-killed.
This syndic processes a lot of events, forwarding anywhere from 150-60…