Home
last modified time | relevance | path

Searched defs:totalTime (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/JavaScriptCore/profiler/
DProfile.h44 double totalTime() const { return m_head->totalTime(); } in totalTime() function
DProfileNode.h82 double totalTime() const { return m_visibleTotalTime; } in totalTime() function
/external/v8/tools/
Dprofile_view.js99 funcName, totalTime, selfTime, head) { argument
161 internalFuncName, totalTime, selfTime, head) { argument
/external/webkit/Source/WebCore/bindings/v8/
DScriptProfileNode.cpp56 double ScriptProfileNode::totalTime() const in totalTime() function in WebCore::ScriptProfileNode
/external/skia/gpu/include/
DGrStopwatch.h75 double totalTime() const { in totalTime() function
/external/webkit/Source/WebKit/android/
DTimeCounter.cpp125 int totalTime = static_cast<int>((currentTime() - sStartTotalTime) * 1000); in report() local
/external/openssl/apps/
Ds_time.c338 double totalTime = 0.0; in MAIN() local
/external/icu4c/test/threadtest/
Dthreadtest.cpp159 int totalTime; member
/external/webkit/Source/WebCore/platform/graphics/qt/
DMediaPlayerPrivatePhonon.cpp535 void MediaPlayerPrivatePhonon::totalTimeChanged(qint64 totalTime) in totalTimeChanged()
/external/skia/src/utils/
DSkInterpolator.cpp85 SkMSec totalTime = endTime - startTime; in timeToT() local
/external/quake/src/com/android/quake/
DDownloaderActivity.java260 long totalTime = 10000 * delta / progress; in onReportProgress() local