Searched defs:totalTime (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/JavaScriptCore/profiler/
H A DProfile.h44 double totalTime() const { return m_head->totalTime(); } function in class:JSC::Profile
H A DProfileNode.h82 double totalTime() const { return m_visibleTotalTime; } function in class:JSC::ProfileNode
93 double totalPercent() const { return (m_visibleTotalTime / (m_head ? m_head->totalTime() : totalTime())) * 100.0; }
94 double selfPercent() const { return (m_visibleSelfTime / (m_head ? m_head->totalTime() : totalTime())) * 100.0; }
143 static inline bool totalTimeDescendingComparator(const RefPtr<ProfileNode>& a, const RefPtr<ProfileNode>& b) { return a->totalTime() > b->totalTime(); }
144 static inline bool totalTimeAscendingComparator(const RefPtr<ProfileNode>& a, const RefPtr<ProfileNode>& b) { return a->totalTime() < b->totalTime(); }
/external/webkit/Source/WebCore/bindings/v8/
H A DScriptProfileNode.cpp56 double ScriptProfileNode::totalTime() const function in class:WebCore::ScriptProfileNode
/external/icu4c/test/threadtest/
H A Dthreadtest.cpp159 int totalTime; member in struct:RunInfo
220 gRunInfo.totalTime = 0;
249 gRunInfo.totalTime = atoi(argv[argnum]);
250 if (gRunInfo.totalTime < 1)
435 while (gRunInfo.totalTime == 0 || gRunInfo.totalTime > elapsedSeconds)
521 double cyclesPerMinute = totalCyclesCompleted / (double(gRunInfo.totalTime) / double(60));
/external/openssl/apps/
H A Ds_time.c338 double totalTime = 0.0; local
450 totalTime += tm_Time_F(STOP); /* Add the time for this iteration */
453 printf( "\n\n%d connections in %.2fs; %.2f connections/user sec, bytes read %ld\n", nConn, totalTime, ((double)nConn/totalTime),bytes_read);
484 totalTime = 0.0;
540 totalTime += tm_Time_F(STOP); /* Add the time for this iteration*/
543 printf( "\n\n%d connections in %.2fs; %.2f connections/user sec, bytes read %ld\n", nConn, totalTime, ((double)nConn/totalTime),bytes_read);
/external/skia/src/utils/
H A DSkInterpolator.cpp78 SkMSec totalTime = endTime - startTime; local
80 endTime = SkScalarMulFloor(fRepeat, totalTime);
83 offsetTime = fraction == 0 && fRepeat > 0 ? totalTime :
84 SkScalarMulFloor(fraction, totalTime);
88 offsetTime = offsetTime % (totalTime << mirror);
89 if (offsetTime > totalTime) { // can only be true if fMirror is true
90 offsetTime = (totalTime << 1) - offsetTime;
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DMediaPlayerPrivatePhonon.cpp66 stream << " | Total time: " << mediaObject.totalTime();
293 float duration = m_mediaObject->totalTime() / 1000.0f;
535 void MediaPlayerPrivatePhonon::totalTimeChanged(qint64 totalTime) argument
538 LOG(Media, "MediaPlayerPrivatePhonon::totalTimeChanged(%I64d)", totalTime);
540 LOG(Media, "MediaPlayerPrivatePhonon::totalTimeChanged(%lld)", totalTime);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.runtime_3.6.0.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 145 milliseconds