Searched refs:getRuntime (Results 1 – 9 of 9) sorted by relevance
35 long getRuntime(); in getRuntime() method
207 public long getRuntime() { in getRuntime() method in ModuleResult283 this.mRuntime += otherModuleResult.getRuntime(); in mergeFrom()
508 serializer.attribute(NS, RUNTIME_ATTR, String.valueOf(module.getRuntime())); in writeResults()
94 Runtime.getRuntime().exec("pkill -l SIGINT simpleperf").waitFor(); in onDestroy()
82 Runtime.getRuntime().addShutdownHook(new Thread(server::close)); in main()
61 Process process = Runtime.getRuntime().exec(command); in saveProcessOutput()
52 private final Runtime mRuntime = Runtime.getRuntime();
195 Runtime.getRuntime().exec("pkill -l SIGINT simpleperf").waitFor(); in testAppLaunchPerformance()
561 assertEquals("Incorrect runtime", Integer.parseInt(RUNTIME_A), moduleA.getRuntime()); in checkResult()590 assertEquals("Incorrect runtime", Integer.parseInt(RUNTIME_B), moduleB.getRuntime()); in checkResult()