File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -211,10 +211,10 @@ class MediapipeGraphExecutor {
211
211
SPDLOG_DEBUG (" Mediapipe failed to execute. Failed to receive all output packets" );
212
212
return Status (StatusCode::MEDIAPIPE_EXECUTION_ERROR, " Unknown error during mediapipe execution" );
213
213
}
214
- timer.stop (PROCESS);
214
+ /* timer.stop(PROCESS);
215
215
double processTime = timer.template elapsed<std::chrono::microseconds>(PROCESS);
216
216
OBSERVE_IF_ENABLED(this->mediapipeServableMetricReporter->getProcessingTimeMetric(executionContext), processTime);
217
- INCREMENT_IF_ENABLED (this ->mediapipeServableMetricReporter ->getResponsesMetric (executionContext));
217
+ INCREMENT_IF_ENABLED(this->mediapipeServableMetricReporter->getResponsesMetric(executionContext));*/
218
218
SPDLOG_DEBUG (" Received all output stream packets for graph: {}" , this ->name );
219
219
return StatusCode::OK;
220
220
}
You can’t perform that action at this time.
0 commit comments