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

/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DProfile.h44 double totalTime() const { return m_head->totalTime(); } function in class:JSC::Profile
H A DProfileNode.h83 double totalTime() const { return m_visibleTotalTime; } function in class:JSC::ProfileNode
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DCPUProfileView.js595 totalTime: idleTime, property in class:idleNode
H A DFlameChart.js325 totalTime: this._cpuProfileView.profileHead.totalTime, property in class:_calculateTimelineData._timelineData
385 totalTime property in class:_calculateTimelineDataForSamples._timelineData
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/threadtest/
H A Dthreadtest.cpp160 int totalTime; member in struct:RunInfo
/macosx-10.9.5/IOStorageFamily-172/
H A DIOBlockStorageDriver.cpp541 addToBytesTransferred(UInt64 bytesTransferred, UInt64 totalTime, UInt64 latentTime, bool isWrite) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/sslViewer/
H A DsslViewer.cpp1843 CFAbsoluteTime totalTime; local
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorCSSAgent.cpp95 RuleMatchingStats(const RuleMatchData& data, double totalTime, unsigned hits, unsigned matches) argument
103 double totalTime; member in struct:WebCore::RuleMatchingStats
/macosx-10.9.5/dyld-239.4/src/
H A DImageLoader.cpp977 static void printTime(const char* msg, uint64_t partTime, uint64_t totalTime) argument
1026 uint64_t totalTime = fgTotalLoadLibrariesTime + fgTotalRebaseTime + fgTotalBindTime + fgTotalWeakBindTime + fgTotalDOF + fgTotalInitTime; local
[all...]

Completed in 225 milliseconds