use of net.openhft.chronicle.core.threads.ThreadDump in project Chronicle-Queue by OpenHFT.
the class SingleChronicleQueueTest method before.
@Before
public void before() {
threadDump = new ThreadDump();
threadDump.ignore(StoreComponentReferenceHandler.THREAD_NAME);
exceptionKeyIntegerMap = Jvm.recordExceptions();
}
use of net.openhft.chronicle.core.threads.ThreadDump in project Chronicle-Queue by OpenHFT.
the class ToEndTest method before.
@Before
public void before() {
threadDump = new ThreadDump();
threadDump.ignore(StoreComponentReferenceHandler.THREAD_NAME);
exceptionKeyIntegerMap = Jvm.recordExceptions();
}
use of net.openhft.chronicle.core.threads.ThreadDump in project Chronicle-Queue by OpenHFT.
the class MessageReaderWriterTest method threadDump.
@Before
public void threadDump() {
threadDump = new ThreadDump();
threadDump.ignore(StoreComponentReferenceHandler.THREAD_NAME);
}
use of net.openhft.chronicle.core.threads.ThreadDump in project Chronicle-Queue by OpenHFT.
the class ThreadedQueueTest method threadDump.
@Before
public void threadDump() {
threadDump = new ThreadDump();
threadDump.ignore(StoreComponentReferenceHandler.THREAD_NAME);
}
use of net.openhft.chronicle.core.threads.ThreadDump in project Chronicle-Queue by OpenHFT.
the class SingleCQFormatTest method threadDump.
@Before
public void threadDump() {
threadDump = new ThreadDump();
threadDump.ignore(StoreComponentReferenceHandler.THREAD_NAME);
}
Aggregations