Edd Barrett
Edd Barrett
Is there a way to show the diagnostic for the line under the cursor without using a "jump to next" or "jump to previous"?
* type something in the search bar and hit enter * clear the search bar and hit enter * items remain filtered by the search term Maybe the search should...
Sorting items by random would be nice. That way I don't scroll through the same artists each time.
[neat project!] It'd be neat if musique had an equalizer.
This has been superseded by the throttle flag. See: https://github.com/softdevteam/krun/issues/374 Perhaps also remove a/mperf reading support from the krun linux kernel?
In this article: https://medium.com/@matteocroce/linux-and-freebsd-networking-cbadcdb15ddd It says: > Intel Turbo Boost and P-states are known to skew benchmarks, so they were disabled by the kernel command line and writing withwrmsr-pX 0x1a0...
[This issue is the outcome of a discussion at a softdev thrash] ## The Idea On modern Intel CPUs there are 8 programmable performance counters which can be used to...
Currently the instrumentation framework expects the iteration runner to give one "packet" of data per in-process iteration. This is somewhat rigid, e.g. one cannot emit data that applys for a...
If you want to restart an experiment, you have to delete the results, manifest etc. We could add a command (switch?) to make this easier. This also came up in...
If ioctls are low latency, then the krun-linux-kernel could be replaced with a more manageable kernel module whose device node implements ioctls. See also: https://github.com/softdevteam/krun-linux-kernel/issues/4