-
There are many flamegraph tools out there that support the flamegraph file format, it would be nice if vmprof could natively support them.
-
Not sure what's going on here.
Get the error when running profiling on my project.
```lisp
(flamegraph:save-flame-graph ("/tmp/ion.stack")
(dotimes (i 5) (init-test-world!)))
```
```
The …
-
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…
-
### Description
Currently https://github.com/quarkusio/quarkus/blob/ab8f230bffd54b9e76e119e54f3bca40718be152/extensions/hibernate-orm/runtime/src/main/java/io/quarkus/hibernate/orm/runtime/service/by…
-
In some of our use cases, we read the 'result' of the computation from registers 10-17 after computation has finished.
Unfortunately if profiler is enabled, (with diagnostic config) - these registe…
mm-zk updated
1 month ago
-
I have built a toy bot to run arbitrary benchmarks on Azure Linux VMs to then report the results back to PRs/issues the bot was invoked from. It also runs native Linux `perf` tool to collect traces/fl…
-
## Steps to Reproduce
Make the following change to mono/netcore/build.sh
Then run the following script by following the instructions in it.
[profileMonoScript.sh.zip](https://github.com/mono/…
-
## Background
Reviewing for `#download` errors on the 10-10CG form, it was found that there are some different 500 errors coming up on the V0::CaregiversAssistanceClaimsController#create resource. Th…
-
Ultimate aim: perform at least as well as `fio` when reading from a local SSD :slightly_smiling_face:.
## Tools
- [Criterion.rs](https://bheisler.github.io/criterion.rs/book/criterion_rs.html): …
-
`bitvec` appears to not be particularly efficient for operations on large numbers of bits. A benchmark that takes 200 ms on my Gf2Array vectorized implementation takes 320 ms when using bitvec. Profil…