Home
last modified time | relevance | path

Searched defs:profilers (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/lib/
Dprofiler_factory_test.cc45 std::vector<std::unique_ptr<ProfilerInterface>> profilers; in TEST() local
55 std::vector<std::unique_ptr<ProfilerInterface>> profilers; in TEST() local
68 std::vector<std::unique_ptr<ProfilerInterface>> profilers; in TEST() local
96 std::vector<std::unique_ptr<ProfilerInterface>> profilers; in TEST() local
/external/autotest/frontend/afe/
Dcontrol_file.py151 def _get_profiler_commands(profilers, is_server, profile_only): argument
176 def generate_control(tests, is_server=False, profilers=(), argument
Drpc_utils.py254 def prepare_generate_control_file(tests, profilers, db_tests=True): argument
Drpc_interface.py847 def generate_control_file(tests=(), profilers=(), argument
/external/autotest/client/bin/
Dprofilers.py7 class profilers(profiler_manager.profiler_manager): class
/external/autotest/server/
Dstandalone_profiler.py37 def generate_test(machines, hostname, profilers, timeout_start, timeout_stop, argument
Dprofilers.py28 class profilers(profiler_manager.profiler_manager): class
/external/grpc-grpc/src/csharp/Grpc.Core/Profiling/
DProfilers.cs29 static readonly ThreadLocal<IProfiler> profilers = new ThreadLocal<IProfiler>(); field in Grpc.Core.Profiling.Profilers
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DClientRunners.cs47 …static readonly BlockingCollection<BasicProfiler> profilers = new BlockingCollection<BasicProfiler… field in Grpc.IntegrationTesting.ClientRunners
/external/autotest/frontend/client/src/autotest/afe/create/
DCreateJobViewPresenter.java364 JSONArray profilers = new JSONArray(); in getControlFileParams() local
/external/libchrome/base/profiler/
Dstack_sampling_profiler_unittest.cc470 std::vector<std::unique_ptr<TestProfilerInfo>> profilers; in CreateProfilers() local