/external/autotest/client/site_tests/power_Consumption/ |
control.fast | 34 job.profilers.add('vmstat', INTERVAL_SECS) 36 job.profilers.delete('vmstat')
|
/external/autotest/server/site_tests/telemetry_AFDOGenerate/ |
control | 40 job.profilers.add(profiler, profiler_args) 55 job.profilers.delete(profiler)
|
telemetry_AFDOGenerate.py | 33 from autotest_lib.server import profilers 256 # Save the current settings for profilers. 257 saved_profilers = self.job.profilers 260 # Reset the state of the profilers. 262 self.job.profilers = profilers.profilers(self.job) 268 # Restore the settings for the profilers.
|
/external/autotest/server/ |
profiler.py | 33 msg = "arguments of type '%s' cannot be passed to remote profilers" 47 profiler_name, "autotest_lib.client.profilers.%s" % profiler_name)
|
autotest_unittest.py | 8 from autotest_lib.server import autotest, utils, hosts, server_job, profilers 29 self.host.job.profilers = self.god.create_mock_class( 30 profilers.profilers, "profilers") 31 self.host.job.profilers.add_log = {}
|
/packages/apps/Camera2/src/com/android/camera/app/ |
CameraApp.java | 26 import com.android.camera.stats.profiler.Profilers; 60 Profile guard = Profilers.instance().guard("CameraApp onCreate()");
|
FirstRunDetector.java | 25 import com.android.camera.stats.profiler.Profilers; 34 Profilers.instance().guard());
|
/external/autotest/frontend/afe/doctests/ |
003_misc_rpc_features.txt | 15 ... profilers=['oprofile', 'iostat']) 25 job.profilers.add('oprofile') 28 job.profilers.add('iostat') 34 job.profilers.delete('oprofile') 37 job.profilers.delete('iostat') 42 ... profilers=['oprofile'], 55 job.profilers.add('oprofile') 61 job.profilers.delete('oprofile') 66 ... profilers=['iostat'], 79 job.profilers.add('iostat' [all...] |
/external/autotest/client/profilers/catprofile/ |
catprofile.py | 5 job.profilers.add('catprofile', ['/proc/meminfo','/proc/uptime'],
|
/external/autotest/client/tools/ |
make_clean | 28 for dir in ['site_tests', 'site_profilers', 'tests', 'profilers', 'deps']:
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
profiling_controller_backend.py | 33 """Stops all active profilers and saves their results.
|
/external/autotest/client/common_lib/ |
test.py | 304 if not self.job.profilers.present(): 306 'No profilers have been added but ' 343 @param profile_only: If true run X iterations with profilers enabled. 354 # profilers to run during the test iterations. Let's reserve only 356 # all profilers if they are present and active. 357 profilers = self.job.profilers 358 if profilers.active(): 359 profilers.stop(self) 410 profilers = self.job.profiler [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/ |
__init__.py | 15 i.e., multiple profilers will be created for a page set.
|
/external/okhttp/okio/benchmarks/ |
README.md | 37 This executes the "cold" buffer usage benchmark, using the default number of measurement and warm-up iterations, forks, and threads; it adjusts the thread count to 4, iteration time to 60 seconds, fixes the heap size at 1GB and profiles the benchmark using JMH's GC, Hotspot runtime and stack sampling profilers.
|
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/ |
ProfilerRegistry.java | 31 * A minimalist registry of profilers.
|
/external/slf4j/slf4j-ext/src/test/java/org/slf4j/profiler/ |
NestedProfilerDemo2.java | 32 * This demo illustrates usage of SLF4J profilers. It is almost identical to
|
BasicProfilerDemo.java | 29 * This demo illustrates usage of SLF4J profilers.
|
NestedProfilerDemo.java | 29 * This demo illustrates usage of SLF4J profilers.
|
/external/autotest/client/profilers/lttng/ |
lttng.py | 6 job.profilers.add('lttng', tracepoints = None): enable all trace points. 7 job.profilers.add('lttng', tracepoints = []): disable all trace points. 8 job.profilers.add('lttng', tracepoints = ['kernel_arch_syscall_entry',
|
/external/autotest/frontend/afe/ |
control_file.py | 309 def _get_profiler_commands(profilers, is_server, profile_only): 313 for profiler in profilers: 314 prepend.append("job.profilers.add('%s')" % profiler.name) 315 append.append("job.profilers.delete('%s')" % profiler.name) 357 profilers=(), client_control_file='', profile_only=None, 367 @param profilers A list of profiler objects to enable during the tests. 391 prepend, append = _get_profiler_commands(profilers, is_server, profile_only)
|
resources.py | 428 # TODO profilers 458 ('profilers', 459 'Comma-separated list of profilers to activate during the ' 499 if 'profilers' in input_dict: 500 profilers_list = input_dict['profilers'].split(',') 512 profilers=profiler_objects, is_server=cf_info['is_server'], [all...] |
/external/autotest/utils/ |
coverage_suite.py | 15 'client/common_lib/test_utils/', 'client/profilers/',
|
/external/autotest/client/tests/kvm/ |
base.cfg.sample | 77 # Profilers 78 profilers = kvm_stat
|
/external/chromium-trace/catapult/telemetry/docs/pydoc/ |
telemetry.internal.platform.profiler.android_prebuilt_profiler_helper.html | 13 <p><tt>Android-specific, installs pre-built profilers.</tt></p>
|
/external/llvm/include/llvm/ExecutionEngine/ |
JITEventListener.h | 55 /// profilers and debuggers that need to know where functions have been emitted.
|