Home
last modified time | relevance | path

Searched refs:getCumulativeCpuTime (Results 1 – 25 of 26) sorted by relevance

12

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/test/java/org/apache/hadoop/yarn/util/
H A DTestWindowsBasedProcessTree.java65 assertTrue(pTree.getCumulativeCpuTime() == 1000); in tree()
77 assertTrue(pTree.getCumulativeCpuTime() == 3000); in tree()
89 assertTrue(pTree.getCumulativeCpuTime() == 4000); in tree()
H A DTestLinuxResourceCalculatorPlugin.java172 assertEquals(plugin.getCumulativeCpuTime(), in parsingProcStatAndCpuFile()
180 assertEquals(plugin.getCumulativeCpuTime(), in parsingProcStatAndCpuFile()
195 assertEquals(plugin.getCumulativeCpuTime(), in parsingProcStatAndCpuFile()
H A DTestResourceCalculatorProcessTree.java62 public long getCumulativeCpuTime() { in getCumulativeCpuTime() method in TestResourceCalculatorProcessTree.EmptyProcessTree
H A DTestProcfsBasedProcessTree.java459 processTree.getCumulativeCpuTime()); in testCpuAndMemoryForProcessTree()
496 processTree.getCumulativeCpuTime()); in testCpuAndMemoryForProcessTree()
/dports/devel/hadoop/hadoop-1.2.1/src/core/org/apache/hadoop/util/
H A DResourceCalculatorPlugin.java80 public abstract long getCumulativeCpuTime(); in getCumulativeCpuTime() method in ResourceCalculatorPlugin
124 public long getCumulativeCpuTime() { in getCumulativeCpuTime() method in ResourceCalculatorPlugin.ProcResourceValues
H A DLinuxResourceCalculatorPlugin.java341 public long getCumulativeCpuTime() { in getCumulativeCpuTime() method in LinuxResourceCalculatorPlugin
389 plugin.getCumulativeCpuTime()); in main()
402 long cpuTime = pTree.getCumulativeCpuTime(); in getProcResourceValues()
H A DProcfsBasedProcessTree.java332 public long getCumulativeCpuTime() { in getCumulativeCpuTime() method in ProcfsBasedProcessTree
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-gridmix/src/main/java/org/apache/hadoop/mapred/gridmix/emulators/resourceusage/
H A DCumulativeCpuUsageEmulatorPlugin.java169 long initTime = monitor.getCumulativeCpuTime(); in calibrate()
178 finalTime = monitor.getCumulativeCpuTime(); in calibrate()
233 return monitor.getCumulativeCpuTime(); in getCurrentCPUUsage()
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/gridmix/src/java/org/apache/hadoop/mapred/gridmix/emulators/resourceusage/
H A DCumulativeCpuUsageEmulatorPlugin.java169 long initTime = monitor.getProcResourceValues().getCumulativeCpuTime(); in calibrate()
178 finalTime = monitor.getProcResourceValues().getCumulativeCpuTime(); in calibrate()
233 return monitor.getProcResourceValues().getCumulativeCpuTime(); in getCurrentCPUUsage()
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/util/
H A DTestLinuxResourceCalculatorPlugin.java172 assertEquals(plugin.getCumulativeCpuTime(), in testParsingProcStatAndCpuFile()
180 assertEquals(plugin.getCumulativeCpuTime(), in testParsingProcStatAndCpuFile()
195 assertEquals(plugin.getCumulativeCpuTime(), in testParsingProcStatAndCpuFile()
H A DDummyResourceCalculatorPlugin.java97 public long getCumulativeCpuTime() { in getCumulativeCpuTime() method in DummyResourceCalculatorPlugin
H A DTestProcfsBasedProcessTree.java310 cumuCpuTime, processTree.getCumulativeCpuTime()); in testCpuAndMemoryForProcessTree()
326 cumuCpuTime, processTree.getCumulativeCpuTime()); in testCpuAndMemoryForProcessTree()
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/gridmix/src/test/org/apache/hadoop/mapred/gridmix/
H A DTestResourceUsageEmulators.java242 public long getCumulativeCpuTime() { in getCumulativeCpuTime() method in TestResourceUsageEmulators.FakeResourceUsageMonitor
252 long usageValue = getCumulativeCpuTime(); in getProcResourceValues()
394 100, fakeMonitor.getCumulativeCpuTime()); in testCpuUsageEmulator()
511 long initCpuUsage = monitor.getCumulativeCpuTime(); in testCumulativeCpuUsageEmulatorPlugin()
548 initCpuUsage = monitor.getCumulativeCpuTime(); in testCumulativeCpuUsageEmulatorPlugin()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-gridmix/src/test/java/org/apache/hadoop/mapred/gridmix/
H A DTestResourceUsageEmulators.java241 public long getCumulativeCpuTime() { in getCumulativeCpuTime() method in TestResourceUsageEmulators.FakeResourceUsageMonitor
383 100, fakeMonitor.getCumulativeCpuTime()); in testCpuUsageEmulator()
505 long initCpuUsage = monitor.getCumulativeCpuTime(); in testCumulativeCpuUsageEmulatorPlugin()
542 initCpuUsage = monitor.getCumulativeCpuTime(); in testCumulativeCpuUsageEmulatorPlugin()
H A DDummyResourceCalculatorPlugin.java99 public long getCumulativeCpuTime() { in getCumulativeCpuTime() method in DummyResourceCalculatorPlugin
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/util/
H A DResourceCalculatorPlugin.java85 public abstract long getCumulativeCpuTime(); in getCumulativeCpuTime() method in ResourceCalculatorPlugin
H A DLinuxResourceCalculatorPlugin.java340 public long getCumulativeCpuTime() { in getCumulativeCpuTime() method in LinuxResourceCalculatorPlugin
374 plugin.getCumulativeCpuTime()); in main()
H A DResourceCalculatorProcessTree.java182 public long getCumulativeCpuTime() { in getCumulativeCpuTime() method in ResourceCalculatorProcessTree
H A DWindowsResourceCalculatorPlugin.java159 public long getCumulativeCpuTime() { in getCumulativeCpuTime() method in WindowsResourceCalculatorPlugin
H A DWindowsBasedProcessTree.java220 public long getCumulativeCpuTime() { in getCumulativeCpuTime() method in WindowsBasedProcessTree
H A DProcfsBasedProcessTree.java452 public long getCumulativeCpuTime() { in getCumulativeCpuTime() method in ProcfsBasedProcessTree
/dports/devel/hadoop/hadoop-1.2.1/src/mapred/org/apache/hadoop/mapred/
H A DTaskTrackerStatus.java289 public long getCumulativeCpuTime() { in getCumulativeCpuTime() method in TaskTrackerStatus.ResourceStatus
H A DTask.java537 resourceCalculator.getProcResourceValues().getCumulativeCpuTime(); in initialize()
820 long cpuTime = res.getCumulativeCpuTime(); in updateResourceCounters()
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/mapred/
H A DTestTTResourceReporting.java123 status.getResourceStatus().getCumulativeCpuTime(); in assignTasks()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/
H A DTask.java615 initCpuCumulativeTime = pTree.getCumulativeCpuTime(); in initialize()
871 long cpuTime = pTree.getCumulativeCpuTime(); in updateResourceCounters()

12