HomeSort by relevance Sort by last modified time
    Searched full:profileidletime (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptProfiler.cpp 90 ProfileNameIdleTimeMap::iterator profileIdleTime = profileNameIdleTimeMap->find(profileTitle);
91 if (profileIdleTime != profileNameIdleTimeMap->end()) {
92 idleTime = profileIdleTime->value * 1000.0;
93 profileNameIdleTimeMap->remove(profileIdleTime);

Completed in 30 milliseconds