See: Description
| Interface | Description |
|---|---|
| CpuCooler |
This interface represents a CPU cooler and provides a method to perform some operation that will
"disturb" the CPU, i.e., cause it to perform some work.
|
| Class | Description |
|---|---|
| CoolerTester |
This class is used to test the effectiveness of various
CpuCooler implementations. |
| Enum | Description |
|---|---|
| CpuCoolers |
An enumeration of various CPU cooler implementations, each of which disturbs the CPU in a
different way.
|
This package contains the CoolerTester class
which is designed to assess the performance of different CpuCooler
implementations. This is achieved by configuring and executing various tests using multiple cooling strategies,
and recording the time taken for each test to complete.
The CpuCooler interface represents a CPU cooler
and provides a method to perform operations that cause the CPU to perform some work, effectively "disturbing" it.
The CpuCoolers enum contains various CPU cooler implementations,
each employing a different strategy to disturb the CPU. The specific disturbance strategy is defined by the
disturb() method of each enum constant.
CoolerTester,
CpuCooler,
CpuCoolersCopyright © 2024. All rights reserved.