Event annotation, specifies the default duration below which an event is not
 recorded (for example, 
"20 ms").- Since:
- 9
- 
Optional Element SummaryOptional Elements
- 
Field SummaryFields
- 
Field Details- 
NAMESetting name"threshold"for configuring event thresholds.- See Also:
 
 
- 
- 
Element Details- 
valueString valueThe threshold (for example,"20 ms").A Stringrepresentation of a positiveLongvalue followed by an empty space and one of the following units:
 
 "ns"(nanoseconds)
 "us"(microseconds)
 "ms"(milliseconds)
 "s"(seconds)
 "m"(minutes)
 "h"(hours)
 "d"(days)
 Example values are "0 ns","10 ms", and"1 s".- Returns:
- the threshold, default "0 ns", notnull
 - Default:
- "0 ns"
 
 
-