Skip to content

Commit d9b6526

Browse files
committed
Rebase
1 parent 60ade2e commit d9b6526

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/mediapipe_internal/mediapipegraphexecutor.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,10 @@ class MediapipeGraphExecutor {
211211
SPDLOG_DEBUG("Mediapipe failed to execute. Failed to receive all output packets");
212212
return Status(StatusCode::MEDIAPIPE_EXECUTION_ERROR, "Unknown error during mediapipe execution");
213213
}
214-
timer.stop(PROCESS);
214+
/*timer.stop(PROCESS);
215215
double processTime = timer.template elapsed<std::chrono::microseconds>(PROCESS);
216216
OBSERVE_IF_ENABLED(this->mediapipeServableMetricReporter->getProcessingTimeMetric(executionContext), processTime);
217-
INCREMENT_IF_ENABLED(this->mediapipeServableMetricReporter->getResponsesMetric(executionContext));
217+
INCREMENT_IF_ENABLED(this->mediapipeServableMetricReporter->getResponsesMetric(executionContext));*/
218218
SPDLOG_DEBUG("Received all output stream packets for graph: {}", this->name);
219219
return StatusCode::OK;
220220
}

0 commit comments

Comments
 (0)