| Package | Description |
|---|---|
| net.openhft.chronicle.core.cooler |
Provides classes for testing the effectiveness of various CPU cooling strategies.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CpuCoolers
An enumeration of various CPU cooler implementations, each of which disturbs the CPU in a
different way.
|
| Constructor and Description |
|---|
CoolerTester(Callable<?> tested,
CpuCooler... disturbers)
Constructor with Callable and array of CpuCoolers.
|
CoolerTester(CpuCooler... disturbers)
Constructor with an array of CpuCoolers.
|
CoolerTester(CpuCooler disturber,
Callable<?>... tests)
Constructor with a single CpuCooler and an array of tasks to be executed while the CpuCooler is in use.
|
Copyright © 2024. All rights reserved.