MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / getRunDurationNano

Method getRunDurationNano

libminifi/include/core/Processor.h:138–140  ·  view source on GitHub ↗

Get Processor Run Duration in Nano Second

Source from the content-addressed store, hash-verified

136 }
137 // Get Processor Run Duration in Nano Second
138 uint64_t getRunDurationNano(void) {
139 return (run_duration_nano_);
140 }
141 // Set Processor yield period in MilliSecond
142 void setYieldPeriodMsec(uint64_t period) {
143 yield_period_msec_ = period;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected