-
# TLDR
This is a lot of text because the issue is complex but if you want the gist:
To not break a lot of tools that rely on unwinding, I propose to fix this by **compiling the JIT stencils with…
-
# Bug report
### Bug description:
```python
import sys
import mmap
def prof(frame, event, arg):
print(event, arg)
sys.setprofile(prof)
x = mmap.mmap(-1, 10_000)
open("/dev/null")
```
When ru…
-
Hi,
*Disclaimer: I am one of the maintainers of the `memray` profiler*
I am having a lot of trouble reproducing the profiler comparison chart, you show in the readme:
https://raw.githubus…
-
**Is your feature request related to a problem? Please describe.**
In the contributing guide, there is currently no section on benchmarking or optimizing code.
**Describe the solution you'd like**
T…
-
File "\aitemplate\examples\07_how_to_run_pt_model\how_to_run_pt_model.py", line 131, in
verify_simple_model()
File "\aitemplate\examples\07_how_to_run_pt_model\how_to_run_pt_model.py", line …
-
Establishing and documenting a standard benchmark suite for Parcels would bring an active focus to performance within the Parcels project.
This benchmarking suite could include whole simulation tests…
-
### Bug description
In config file, something like this would work:
```
profiler:
class_path: lightning.pytorch.profilers.PyTorchProfiler
init_args:
filename: perf_logs
ex…
-
Find common ways to analyse OpenFisca:
* Time performances
* Memory performances
* Calculation cache
- [ ] Define common metrics to check performances evolutions in Python and Web APIs
* Stack …
-
run profiling on the code base
references:
- [The Python Profilers](https://docs.python.org/3/library/profile.html)
-
Due to the sheer volume of calculations in Nixis, performance is critical. I've found that the common CPU/memory profilers for python are all lacking. [Scalene](https://github.com/plasma-umass/scale…