* Start a timer. Calling the returned function will set the gauge's value * to the observed duration in seconds. * @return Function to invoke when timer should be stopped. The value it * returns is the timed duration.
()
| 460 | * returns is the timed duration. |
| 461 | */ |
| 462 | startTimer(): (labels?: LabelValues<T>) => number; |
| 463 | } |
| 464 | } |
| 465 |
no outgoing calls
no test coverage detected