Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for timeUncontendedExecute (0.09 seconds)

  1. android/guava-tests/benchmark/com/google/common/util/concurrent/MoreExecutorsDirectExecutorBenchmark.java

          thread.interrupt(); // try to get them to exit
        }
        threads.clear();
      }
    
      @Footprint
      Object measureSize() {
        return executor;
      }
    
      @Benchmark
      int timeUncontendedExecute(int reps) {
        Executor executor = this.executor;
        CountingRunnable countingRunnable = this.countingRunnable;
        for (int i = 0; i < reps; i++) {
          executor.execute(countingRunnable);
        }
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue May 13 18:46:00 GMT 2025
    - 3.4K bytes
    - Click Count (0)
Back to Top