Home
last modified time | relevance | path

Searched refs:CumulativeCpuUsageEmulatorPlugin (Results 1 – 5 of 5) sorted by relevance

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-gridmix/src/test/java/org/apache/hadoop/mapred/gridmix/
H A DTestResourceUsageEmulators.java36 import org.apache.hadoop.mapred.gridmix.emulators.resourceusage.CumulativeCpuUsageEmulatorPlugin;
39 import org.apache.hadoop.mapred.gridmix.emulators.resourceusage.CumulativeCpuUsageEmulatorPlugin.De…
452 CumulativeCpuUsageEmulatorPlugin cpuPlugin = in testCumulativeCpuUsageEmulatorPlugin()
453 new CumulativeCpuUsageEmulatorPlugin(fakeCore); in testCumulativeCpuUsageEmulatorPlugin()
491 conf.setFloat(CumulativeCpuUsageEmulatorPlugin.CPU_EMULATION_PROGRESS_INTERVAL, in testCumulativeCpuUsageEmulatorPlugin()
501 conf.setFloat(CumulativeCpuUsageEmulatorPlugin.CPU_EMULATION_PROGRESS_INTERVAL, in testCumulativeCpuUsageEmulatorPlugin()
538 conf.setFloat(CumulativeCpuUsageEmulatorPlugin.CPU_EMULATION_PROGRESS_INTERVAL, in testCumulativeCpuUsageEmulatorPlugin()
578 CumulativeCpuUsageEmulatorPlugin cpuPlugin, in testEmulationAccuracy()
604 CumulativeCpuUsageEmulatorPlugin cpuPlugin, long expectedTotalCpuUsage, in testEmulationBoundary()
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/gridmix/src/test/org/apache/hadoop/mapred/gridmix/
H A DTestResourceUsageEmulators.java38 import org.apache.hadoop.mapred.gridmix.emulators.resourceusage.CumulativeCpuUsageEmulatorPlugin;
41 import org.apache.hadoop.mapred.gridmix.emulators.resourceusage.CumulativeCpuUsageEmulatorPlugin.De…
463 CumulativeCpuUsageEmulatorPlugin cpuPlugin = in testCumulativeCpuUsageEmulatorPlugin()
464 new CumulativeCpuUsageEmulatorPlugin(fakeCore); in testCumulativeCpuUsageEmulatorPlugin()
497 conf.setFloat(CumulativeCpuUsageEmulatorPlugin.CPU_EMULATION_PROGRESS_INTERVAL, in testCumulativeCpuUsageEmulatorPlugin()
507 conf.setFloat(CumulativeCpuUsageEmulatorPlugin.CPU_EMULATION_PROGRESS_INTERVAL, in testCumulativeCpuUsageEmulatorPlugin()
544 conf.setFloat(CumulativeCpuUsageEmulatorPlugin.CPU_EMULATION_PROGRESS_INTERVAL, in testCumulativeCpuUsageEmulatorPlugin()
584 CumulativeCpuUsageEmulatorPlugin cpuPlugin, in testEmulationAccuracy()
610 CumulativeCpuUsageEmulatorPlugin cpuPlugin, long expectedTotalCpuUsage, in testEmulationBoundary()
/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.java61 public class CumulativeCpuUsageEmulatorPlugin class
199 public CumulativeCpuUsageEmulatorPlugin() { in CumulativeCpuUsageEmulatorPlugin() method in CumulativeCpuUsageEmulatorPlugin
206 public CumulativeCpuUsageEmulatorPlugin(CpuUsageEmulatorCore core) { in CumulativeCpuUsageEmulatorPlugin() method in CumulativeCpuUsageEmulatorPlugin
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/gridmix/src/java/org/apache/hadoop/mapred/gridmix/emulators/resourceusage/
H A DCumulativeCpuUsageEmulatorPlugin.java61 public class CumulativeCpuUsageEmulatorPlugin class
199 public CumulativeCpuUsageEmulatorPlugin() { in CumulativeCpuUsageEmulatorPlugin() method in CumulativeCpuUsageEmulatorPlugin
206 public CumulativeCpuUsageEmulatorPlugin(CpuUsageEmulatorCore core) { in CumulativeCpuUsageEmulatorPlugin() method in CumulativeCpuUsageEmulatorPlugin
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/gridmix/src/test/system/org/apache/hadoop/mapred/gridmix/test/system/
H A DGridMixConfig.java234 CumulativeCpuUsageEmulatorPlugin.class.getName();
240 CumulativeCpuUsageEmulatorPlugin.CPU_EMULATION_PROGRESS_INTERVAL;