Search in sources :

Example 6 with ThreadDump

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);
}
Also used : ThreadDump(net.openhft.chronicle.core.threads.ThreadDump) Before(org.junit.Before)

Example 7 with ThreadDump

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);
}
Also used : ThreadDump(net.openhft.chronicle.core.threads.ThreadDump) Before(org.junit.Before)

Example 8 with ThreadDump

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);
}
Also used : ThreadDump(net.openhft.chronicle.core.threads.ThreadDump) Before(org.junit.Before)

Example 9 with ThreadDump

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);
}
Also used : ThreadDump(net.openhft.chronicle.core.threads.ThreadDump)

Example 10 with ThreadDump

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);
}
Also used : ThreadDump(net.openhft.chronicle.core.threads.ThreadDump) Before(org.junit.Before)

Aggregations

ThreadDump (net.openhft.chronicle.core.threads.ThreadDump)10 Before (org.junit.Before)8