Lines Matching refs:in
3 Dittosuite is a work in progress collection of tools that aims at providing
79 instructions similar to `main`, but the results are not collected in the end.
90 are not collected in the end.
167 (or instruction sets) in different threads. If the optional `spawn` option for a specific
196 See more examples in `example/`.
243 - `int64 size` - New file size (in bytes).
248 randomly generated in the provided range and if the generated size is greater
254 - `int64 min` - Minimum value (in bytes)
255 - `int64 max` - Maximum value (in bytes)
274 - (optional) `int64 size` (`default = -1`) - How much data (in bytes) should be written in total.
276 - (optional) `int64 block_size` (`default = 4096`) - How much data (in bytes) should be written at
280 will start from this starting offset (in bytes).
302 - (optional) `int64 size` (`default = -1`) - How much data (in bytes) should be read in total.
304 - (optional) `int64 block_size` (`default = 4096`) - How much data (in bytes) should be read at
308 will start from this starting offset (in bytes).
324 Reads file names from a directory and stores them as a list in a shared variable. Uses `readdir(3)`.
355 A suite of unit tests is provided in the test/ directory.
401 Latency in creating/deleting files/folders.
403 These operations should be able to be triggered in a multiprogrammed fashion.
408 A graph of processes that are communicating with each others in a pipeline of
440 put all the workloads in execution.