- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for CountingRunnable (0.31 seconds)
-
android/guava-tests/benchmark/com/google/common/util/concurrent/MoreExecutorsDirectExecutorBenchmark.java
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); } return countingRunnable.integer.get(); } @Benchmark int timeContendedExecute(int reps) { Executor executor = this.executor;
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)