-
### Summary
Hi, I run the following case in different Wasm runtimes(after being compiled by `Emscripten`), and I find some performance differences between `wasmer` and other 3 runtimes: the execution…
-
I've previously mentioned this issue in the comments of PR #1, but now that I understand what the problem is, I think it's worth creating a separate issue, not tied to any particular PR.
djdt-flamegr…
-
If there's a specific part of the program you want to optimise, let's say a single function, you'll run the flame graph tool and that function will take a certain amount of time of the whole graph. If…
-
In the following cases the VRAM usage is high and/or overshoots for me and makes the game slower (@ ~95%+ VRAM) or even very unresponsive (@ ~190% VRAM).
The cases are either: A) high-fidelity plan…
-
Can/Should this be run within a K8S cluster?
-
-
The code below will trigger the bug,it seems float overflow.
-------------
fn test_plot_bug() -> Result {
use plotters::prelude::*;
let mut datas: Vec = vec![0.0; 2000];
for i in 0…
-
when trying to use flamegraph with small utilities i.e.
`jbang --java 21 --javaagent com.github.beothorn:javaFlame:25.0.0:java8 env@jbangdev`
then the javaagent seem to block exit.
i.e. ` jba…
-
This can be observed when generating a pdf for `tests/xenia/paper.tex`.
Using `tectonic` from master compiled with `cargo install --path .` and `xelatex` from Debian 9 in a i3-2330M 2.20GHz machine…
-
I tried Java and eBPF, but both have large "other" section. I have searched about it without results, thus I would appreciate if I could know a bit about "other":
1. What is "other", and how is it …