OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:totalTimeUs
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/egl/
teglMakeCurrentPerfTests.cpp
443
deUint64
totalTimeUs
= 0;
458
totalTimeUs
+= m_samples[sampleNdx];
463
iterationTimeMeanUs = ((float)(((double)
totalTimeUs
) / (double)totalIterationCount));
495
log << TestLog::Message << "Total time: " <<
totalTimeUs
<< "us" << TestLog::EndMessage;
504
m_testCtx.setTestResult(QP_TEST_RESULT_PASS, de::floatToString((float)(((double)
totalTimeUs
)/(double)totalIterationCount), 2).c_str());
/frameworks/av/media/libstagefright/httplive/
LiveSession.cpp
166
int64_t
totalTimeUs
= 0;
171
totalTimeUs
+= it->mDelayUs;
175
mShortTermEstimate =
totalTimeUs
> 0 ?
176
(totalBytes * 8E6 /
totalTimeUs
) : *bandwidthBps;
[
all
...]
Completed in 46 milliseconds