Package | Description |
---|---|
jfilesyslib.utils |
This package contains some helpful utilities, e.g. a file system test.
|
Modifier and Type | Method and Description |
---|---|
static Benchmark.BenchmarkResult[] |
Benchmark.runBenchmark(java.io.File file)
Performs a benchmark on the specified file.
|
static Benchmark.BenchmarkResult |
Benchmark.runBenchmark(java.io.File file,
int blocksize,
int count)
Performs a benchmark on the specified file.
|