MCPcopy Create free account
hub / github.com/apache/impala / ReadThreadsStarted

Method ReadThreadsStarted

be/src/kudu/util/thread.cc:270–272  ·  view source on GitHub ↗

Metric callback for number of threads started.

Source from the content-addressed store, hash-verified

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,

Callers 1

StartInstrumentationMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected