getThreadStatistics()
Purpose
(Custom with adb.perfMon) Return the operation counts of the current threads.
Returns
|
Returns |
Type |
Description |
|
ThreadID |
string |
A unique identification of a particular thread. |
|
ThreadType |
string |
A type or key that will match this thread to a queue or connection. |
|
TaskType |
string |
Short description of the tasks this thread processes. |
|
TaskCount |
integer |
Number of tasks processed by this thread. |