HomeSort by relevance Sort by last modified time
    Searched defs:PerformanceMonitor (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/
PerformanceMonitor.h 44 class PerformanceMonitor {
46 PerformanceMonitor();
47 virtual ~PerformanceMonitor();
PerformanceMonitor.cpp 26 #include "PerformanceMonitor.h"
33 #define XLOGC(...) android_printLog(ANDROID_LOG_DEBUG, "PerformanceMonitor", __VA_ARGS__)
37 PerformanceMonitor::PerformanceMonitor()
41 PerformanceMonitor::~PerformanceMonitor()
45 void PerformanceMonitor::start(const String &tag)
59 void PerformanceMonitor::stop(const String &tag)
79 float PerformanceMonitor::getAverageDuration(const String &tag)
86 void PerformanceMonitor::display(int limit
    [all...]

Completed in 131 milliseconds