We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b500ae2 commit e63febaCopy full SHA for e63feba
modules/core/src/trace.cpp
@@ -167,7 +167,7 @@ class TraceMessage
167
#endif
168
#ifdef HAVE_OPENVX
169
if (result.durationImplOpenVX)
170
- ok &= this->printf(",tOVX=%lld", (long long int)result.durationImplOpenVX));
+ ok &= this->printf(",tOVX=%lld", (long long int)result.durationImplOpenVX);
171
172
ok &= this->printf("\n");
173
return ok;
0 commit comments