Package | Description |
---|---|
org.jboss.dashboard.profiler |
Modifier and Type | Field and Description |
---|---|
protected List<ThreadProfile> |
Profiler.activeThreads
Current active threads
|
protected List<ThreadProfile> |
Profiler.completedThreads
Completed threads that exceed the max. time expected.
|
protected ThreadLocal<ThreadProfile> |
Profiler.currentThreadProfile
The thread profile for the current thread.
|
Modifier and Type | Method and Description |
---|---|
ThreadProfile |
Profiler.beginThreadProfile() |
ThreadProfile |
Profiler.createThreadProfile() |
ThreadProfile |
Profiler.finishThreadProfile() |
ThreadProfile |
Profiler.getCurrentThreadProfile() |
ThreadProfile |
CodeBlockTrace.getThreadProfile() |
ThreadProfile |
Profiler.getThreadProfile(int hash) |
Modifier and Type | Method and Description |
---|---|
List<ThreadProfile> |
Profiler.getActiveThreads() |
List<ThreadProfile> |
Profiler.getAllThreads() |
List<ThreadProfile> |
Profiler.getCompletedThreads() |
List<ThreadProfile> |
Profiler.getFilteredThreads() |
Modifier and Type | Method and Description |
---|---|
protected StringBuffer |
Profiler.appendThreadContext(StringBuffer buffer,
ThreadProfile tp) |
void |
Profiler.removeThread(ThreadProfile tp) |
void |
CodeBlockTrace.setThreadProfile(ThreadProfile threadProfile) |
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.