Sarah Mount
Sarah Mount
1. Add in more examples 2. Explain CI levels better. Explain 2/3/5 sigma. Give an opinion as to best practice.
Matthew Howell, one of my undergraduate students, has reported what might be a bug in `multitime`. The bug report from Matthew was that when running very short programs at reasonable...
In batch mode `multitime` can produce timing measurements for a number of different commands. One obvious use of this is to compare the performance of two similar commands. In this...
Here is an example run of multitime: ``` ===> multitime results 1: ./demosaic images/airplane_RGGB.png Mean Std.Dev. Min Median Max real 1.563+/-0.3564 0.159 1.444 1.512 2.177 user 1.408+/-0.0019 0.012 1.385 1.407...
`README.md` has fallen behind the code. The keys in Krun results files are currently: - `audit` - `core_cycles_data` - `mperf_data` - `eta_estimates` - `data` - `starting_temperatures` - `reboots` - `aperf_data`...
Image filters return a new image, which must be saved.
Copy and paste currently takes a sequence of selected nodes and converts them to text before pasting. It would be preferable to copy and paste the nodes directly. Care needs...
Sometimes when a comment is left against an individual commit (maybe without a PR being raised?), the repo that commit came from is not shown in the notification, e.g.: ```...