/external/autotest/frontend/afe/ |
rpc_interface_unittest.py | 401 profilers = ('profiler',) 408 profilers=profilers, profiler_parameters=profiler_parameters, 415 self.assertEqual(parameterized_job.profilers.count(), 1) 419 self.assertEqual(parameterized_job.profilers.all()[0], profiler)
|
rpc_interface.py | 619 # profilers 720 def generate_control_file(tests=(), kernel=None, label=None, profilers=(), 731 @param profilers List of profilers to activate during the job. 767 profilers, db_tests)) 770 profilers=profiler_objects, is_server=cf_info['is_server'], 777 label=None, profilers=(), profiler_parameters=None, 798 @param profiler_parameters a dictionary of parameters for the profilers: 821 for profiler in profilers] [all...] |
/external/autotest/frontend/client/src/autotest/afe/create/ |
CreateJobViewPresenter.java | 301 JSONArray tests = staticData.getData("profilers").isArray(); 383 JSONArray profilers = new JSONArray(); local 385 profilers.set(profilers.size(), new JSONString(profiler.getText())); 387 params.put("profilers", profilers); [all...] |
CreateJobViewDisplay.java | 154 new CheckBoxImpl("Run each test without profilers first"); 301 advancedOptionsLayout.setWidget(16, 0, new Label("Profilers: (optional)"));
|
/external/slf4j/slf4j-site/src/site/pages/ |
extensions.html | 34 <h2><a name="profiler"></a>Profilers</h2> 47 <p>SLF4J profilers, a.k.a. poor man's profilers, will help the 102 <p>Profilers can also be nested. By nesting profilers, it is 271 profilers. Here is logback configuration file disabling output for 277 <em>logback configuration disabling logging from profilers, and only 278 profilers</em> [all...] |
/external/chromium-trace/catapult/telemetry/docs/pydoc/ |
telemetry.internal.platform.profiling_controller_backend.html | 50 <dl><dt><a name="ProfilingControllerBackend-Stop"><strong>Stop</strong></a>(self)</dt><dd><tt>Stops all active profilers and saves their results.<br>
|
telemetry.internal.platform.profiler.android_profiling_helper.html | 47 Prepares a set of files ("symfs") to be used with profilers such as perf for<br>
|
telemetry.internal.platform.profiler.html | 77 i.e., multiple profilers will be created for a page set.<br>
|
/prebuilts/gdb/darwin-x86/include/python2.7/ |
pystate.h | 89 * profilers (like psyco.jit()), although nothing in the core uses it.
|
/prebuilts/gdb/linux-x86/include/python2.7/ |
pystate.h | 89 * profilers (like psyco.jit()), although nothing in the core uses it.
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
pystate.h | 89 * profilers (like psyco.jit()), although nothing in the core uses it.
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
pystate.h | 89 * profilers (like psyco.jit()), although nothing in the core uses it.
|
/external/autotest/client/bin/ |
job.py | 12 from autotest_lib.client.bin import profilers, boottool, harness 242 self.profilers = profilers.profilers(self) 459 internally by the profilers, deps and tests code. 463 untarred into. (ex: client/profilers/<name> for profilers) [all...] |
setup_job_unittest.py | 55 'machines', 'num_tests_failed', 'num_tests_run', 'profilers',
|
/external/autotest/server/ |
autotest.py | 65 It also supports profilers. 202 dirs_to_exclude = set(["tests", "site_tests", "deps", "profilers", 430 # on full-size installs, turn on any profilers the server is using 432 running_profilers = host.job.profilers.add_log.iteritems() 437 prologue_lines.append("job.profilers.add(%s)\n" [all...] |
server_job.py | 20 from autotest_lib.server import test, subcommand, profilers 234 self.profilers = profilers.profilers(self) [all...] |
/external/autotest/client/tests/kvm/ |
subtests.cfg.sample | 26 profilers = 70 profilers = '' 126 profilers = '' [all...] |
/external/autotest/client/common_lib/ |
test_unittest.py | 26 self.job.profilers = MockProfilerManager()
|
/external/autotest/client/tests/netperf2/ |
netperf2.py | 203 # if profilers are enabled, the test gets runs twice
|
/external/autotest/server/hosts/ |
remote.py | 217 self.job.profilers.handle_reboot(self)
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/ |
android_profiling_helper.py | 179 Prepares a set of files ("symfs") to be used with profilers such as perf for
|
/external/libchrome/base/allocator/ |
BUILD.gn | 273 # profilers will not initialize properly on startup.
|
/external/llvm/lib/Transforms/Utils/ |
AddDiscriminators.cpp | 139 /// sample profilers. It allows the profiler to distinguish instructions
|
/external/autotest/client/virt/ |
virt_utils.py | [all...] |
/external/autotest/cli/ |
job_unittest.py | 146 u'control_file': u'kernel = \'8210088647656509311.kernel-smp-2.6.18-220.5.x86_64.rpm\'\ndef step_init():\n job.next_step([step_test])\n testkernel = job.kernel(\'8210088647656509311.kernel-smp-2.6.18-220.5.x86_64.rpm\')\n \n testkernel.install()\n testkernel.boot(args=\'console_always_print=1\')\n\ndef step_test():\n job.next_step(\'step0\')\n\ndef step0():\n AUTHOR = "Autotest Team"\n NAME = "Sleeptest"\n TIME = "SHORT"\n TEST_CATEGORY = "Functional"\n TEST_CLASS = "General"\n TEST_TYPE = "client"\n \n DOC = """\n This test simply sleeps for 1 second by default. It\'s a good way to test\n profilers and double check that autotest is working.\n The seconds argument can also be modified to make the machine sleep for as\n long as needed.\n """\n \n job.run_test(\'sleeptest\', seconds = 1)', 167 u'control_file': u'kernel = \'8210088647656509311.kernel-smp-2.6.18-220.5.x86_64.rpm\'\ndef step_init():\n job.next_step([step_test])\n testkernel = job.kernel(\'8210088647656509311.kernel-smp-2.6.18-220.5.x86_64.rpm\')\n \n testkernel.install()\n testkernel.boot(args=\'console_always_print=1\')\n\ndef step_test():\n job.next_step(\'step0\')\n\ndef step0():\n AUTHOR = "Autotest Team"\n NAME = "Sleeptest"\n TIME = "SHORT"\n TEST_CATEGORY = "Functional"\n TEST_CLASS = "General"\n TEST_TYPE = "client"\n \n DOC = """\n This test simply sleeps for 1 second by default. It\'s a good way to test\n profilers and double check that autotest is working.\n The seconds argument can also be modified to make the machine sleep for as\n long as needed.\n """\n \n job.run_test(\'sleeptest\', seconds = 1)', 189 u'control_file': u'kernel = \'8210088647656509311.kernel-smp-2.6.18-220.5.x86_64.rpm\'\ndef step_init():\n job.next_step([step_test])\n testkernel = job.kernel(\'8210088647656509311.kernel-smp-2.6.18-220.5.x86_64.rpm\')\n \n testkernel.install()\n testkernel.boot(args=\'console_always_print=1\')\n\ndef step_test():\n job.next_step(\'step0\')\n\ndef step0():\n AUTHOR = "Autotest Team"\n NAME = "Sleeptest"\n TIME = "SHORT"\n TEST_CATEGORY = "Functional"\n TEST_CLASS = "General"\n TEST_TYPE = "client"\n \n DOC = """\n This test simply sleeps for 1 second by default. It\'s a good way to test\n profilers and double check that autotest is working.\n The seconds argument can also be modified to make the machine sleep for as\n long as needed.\n """\n \n job.run_test(\'sleeptest\', seconds = 1)', [all...] |