public class DispatchQueueMetrics
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
long |
duration
How long the metrics gathered
|
long |
execute_time_max
The longest amount of time a task spent executing (in nanoseconds).
|
long |
execute_time_total
The total time all tasks spent executing (in nanoseconds).
|
long |
executed
The number of tasks executed.
|
java.lang.String |
queue
The name of the dispatch queue associated with the metrics collected.
|
long |
wait_time_max
The longest amount of time a task spent waiting to execute (in nanoseconds).
|
long |
wait_time_total
The total time all tasks spent waiting to execute (in nanoseconds).
|
long |
waiting
The number of tasks waiting to execute
|
Constructor and Description |
---|
DispatchQueueMetrics() |
public long duration
public java.lang.String queue
public long waiting
public long wait_time_max
public long wait_time_total
public long executed
public long execute_time_max
public long execute_time_total
Copyright © 2005-2014 The Apache Software Foundation. All Rights Reserved.