use of net.openhft.chronicle.core.threads.ThreadDump in project Chronicle-Queue by OpenHFT.
the class IndexOffsetTest 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 IndexTest 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 SingleCQFormat2Test 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 ContendedWriterTest 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 ReadmeTest method threadDump.
@Before
public void threadDump() {
threadDump = new ThreadDump();
threadDump.ignore(StoreComponentReferenceHandler.THREAD_NAME);
}
Aggregations