MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / processingTimeMillis

Method processingTimeMillis

src/tsd/AbstractHttpQuery.java:193–195  ·  view source on GitHub ↗

Returns how many ms have elapsed since this query was created.

()

Source from the content-addressed store, hash-verified

191
192 /** Returns how many ms have elapsed since this query was created. */
193 public int processingTimeMillis() {
194 return (int) ((System.nanoTime() - start_time) / 1000000);
195 }
196
197 /**
198 * Returns the query string parameters passed in the URI.

Callers 4

doneMethod · 0.95
doneMethod · 0.80
executeMethod · 0.80
isDiskCacheHitMethod · 0.80

Calls 1

nanoTimeMethod · 0.45

Tested by

no test coverage detected