-
**Is your feature request related to a problem? Please describe.**
Currently, all the code profiling is custom based on internal functions from psutil and/or pytorch. It would be great to have a more…
-
[pi-repo]: ../../pi_calculation
[pydocs-timeit]: https://docs.python.org/3/library/timeit.html
[pydocs-profiler]: https://docs.python.org/3/library/profile.html
[jake-function]: https://jakevdp.gi…
-
Check code for potentially slow steps; use a profiler (e.g. https://docs.spyder-ide.org/current/panes/profiler.html) to check for bottlenecks.
-
**Please describe the problem you are trying to solve.**
preCICE contains its own profiling framework.
It could be useful for the user to use this profiling functionality as well.
This would add in…
-
In your face profiling code, in the main.m, vertex_full, tri_full and vertexm_full are loaded from .mat file, The question is how I can generate these array by myself?
-
Here are some thoughts about a possible extension to `l3benchmark`. The goal is to take a piece of code relying on `expl3`, add some hooks to it, and use those to find out what the bottlenecks are in…
-
Currently adding profiling requires source-code changes which could be difficult in a large codebase.
Would be great if something like `JAX_PROFILE=output.pb` was supported to generate profiling fr…
-
- Issue Type: `Performance`
- Extension Name: `dart-code`
- Extension Version: `3.100.0`
- OS Version: `Windows_NT x64 10.0.19045`
- VS Code version: `1.95.0`
:warning: Make sure to **attach** …
-
### Description
If you misconfigure an austin vscode task to run a file that does not exist, it seems to work (saying "Profiling complete")... but clearly does not.
### Steps to Reproduce
1. De…
-
There is likely room for improvement in `constantDensitySampling()`:
* implement parallel processing of `sample.by.poly()` as applied to an `sp` object to be sampled
* more efficient use of …