-
## 🐛 Bug
The profiler crashes the program when attempting to stop profilers on different threads.
## To Reproduce
```python
import threading
import time
from torch.profiler import Prof…
-
i cannot start it because No module named flamegraph.
but i have installed: pip install git+https://github.com/evanhempel/python-flamegraph.git
'''pip install git+https://github.com/evanhempel/p…
-
BPO | [38607](https://bugs.python.org/issue38607)
--- | :---
Nosy | @ben-spiller
*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state…
-
I was wondering what's eating my CPU when replaying bagfiles, and I found out it's tf_remap. In the bagfile, I have TF messages at about 1-2 kHz, and the code I'm running spawns like 10 TF listeners. …
peci1 updated
5 years ago
-
[16:44:49] Running gprofiler (version 1.2.20), commandline: '--perf-mode=smart --python-mode=pyperf --profiling-frequency=30 --profiling-duration=30 -c -o gtest'
[16:44:49] gProfiler Python version: …
-
We currently have no way to measure the performance of some functions in the package, or to track performance regressions of said functions.
Packages like [pytest-benchmark](https://github.com/ione…
-
Hello there :)
I work on [Datadog's Ruby profiler](https://github.com/datadog/dd-trace-rb/) and I arrived here while investigating a customer issue where they were using the rugged gem and it break…
-
One of the biggest (performance) issues with Python is (my term) *overdynamicity* - the fact that many symbols in a program a looked up at runtime by symbolic name. This includes: global variables and…
-
It could be helpful to add profiling capabilities to the VSCode extension, similar to [what is possible in PyCharm](https://www.jetbrains.com/help/pycharm/profiler.html#). The standard library module …
-
**Elasticsearch version** (`bin/elasticsearch --version`): 8.2.0
**`elasticsearch-py` version (`elasticsearch.__versionstr__`)**: 8.12.0
**Python version**: 3.9.2
**Description of the problem…