Skip navigation links

Package net.openhft.chronicle.core.cooler

Provides classes for testing the effectiveness of various CPU cooling strategies.

See: Description

Package net.openhft.chronicle.core.cooler Description

Provides classes for testing the effectiveness of various CPU cooling strategies.

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.

See Also:
CoolerTester, CpuCooler, CpuCoolers
Skip navigation links

Copyright © 2024. All rights reserved.