Fabian Bergmark

Results 5 issues of Fabian Bergmark

It doesn't seem like this plugin works in AS 3.0 When I run a gradle task like :app:compileDevDebugAspectJ I get Skipping task ':app:compileDevDebugAspectJ' as it has no source files and...

It's pretty unclear how to actually use this tool. I've guessed this much: cargo flamegraph --bin BINARY press ctrl-c after a while, I see [ perf record: Woken up 1096...

Looking at the results in https://github.com/rust-gamedev/ecs_bench_suite, I'm surprised to see that Specs performs rather poorly in the fragmented_iter benchmark. IIUC, the Data-component uses VecStorage, and iterating over all Data-values should...

bug

The hsc2hs wrapper script is missing --cc and --ld flags. The current one generates code for the host CC compiler. I updated mine to # /bin/bash exec /usr/bin/hsc2hs --cc=arm-linux-androideabi-gcc --ld=arm-linux-androideabi-ld...

Hi, Do you know of a tool that would allow to get statistics from a profile? Things like average exexution time, max and mix execution time would be very valuable.