HomeSort by relevance Sort by last modified time
    Searched defs:benchmarks (Results 101 - 101 of 101) sorted by null

1 2 3 45

  /external/chromium_org/third_party/leveldatabase/src/db/
db_bench.cc 22 // Actual benchmarks:
335 "WARNING: Optimization is disabled: benchmarks unnecessarily slow\n"
340 "WARNING: Assertions are enabled; benchmarks unnecessarily slow\n");
422 const char* benchmarks = FLAGS_benchmarks; local
423 while (benchmarks != NULL) {
424 const char* sep = strchr(benchmarks, ',');
427 name = benchmarks;
428 benchmarks = NULL;
430 name = Slice(benchmarks, sep - benchmarks);
    [all...]

Completed in 132 milliseconds

1 2 3 45