| Package | Description |
|---|---|
| net.openhft.chronicle.core.cooler |
Provides classes for testing the effectiveness of various CPU cooling strategies.
|
| Modifier and Type | Method and Description |
|---|---|
CoolerTester |
CoolerTester.add(String name,
Callable<?> test)
Adds a test to be executed during the tests.
|
CoolerTester |
CoolerTester.maxCount(int maxCount)
Sets the maximum number of times each test is run with each cooler.
|
CoolerTester |
CoolerTester.minCount(int minCount)
Sets the minimum number of times each test is run with each cooler.
|
CoolerTester |
CoolerTester.repeat(int repeat)
Sets the number of times each test is run with each cooler.
|
CoolerTester |
CoolerTester.runTimeMS(int runTimeMS)
Sets the time in milliseconds that each test is run with each cooler.
|
Copyright © 2024. All rights reserved.