Metric callback for number of threads started.
| 268 | |
| 269 | // Metric callback for number of threads started. |
| 270 | uint64_t ReadThreadsStarted() const { |
| 271 | return threads_started_metric_; |
| 272 | } |
| 273 | |
| 274 | // Webpage callback; prints all threads by category. |
| 275 | void ThreadPathHandler(const WebCallbackRegistry::WebRequest& req, |
no outgoing calls
no test coverage detected