Searched defs:PerformanceMonitor (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/performance_monitor/
H A Dperformance_monitor.h19 // PerformanceMonitor is a tool which periodically monitors performance metrics
22 class PerformanceMonitor { class in namespace:performance_monitor
26 // Returns the current PerformanceMonitor instance if one exists; otherwise
27 // constructs a new PerformanceMonitor.
28 static PerformanceMonitor* GetInstance();
34 friend struct DefaultSingletonTraits<PerformanceMonitor>;
36 PerformanceMonitor();
37 virtual ~PerformanceMonitor();
57 // The timer to signal PerformanceMonitor to perform its timed collections.
58 base::RepeatingTimer<PerformanceMonitor> repeating_timer
[all...]
H A Dperformance_monitor.cc20 // The default interval at which PerformanceMonitor performs its timed
27 PerformanceMonitor::PerformanceMonitor() { function in class:performance_monitor::PerformanceMonitor
30 PerformanceMonitor::~PerformanceMonitor() {
34 PerformanceMonitor* PerformanceMonitor::GetInstance() {
35 return Singleton<PerformanceMonitor>::get();
38 void PerformanceMonitor::StartGatherCycle() {
43 &PerformanceMonitor
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...

Completed in 1309 milliseconds