/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/ |
D | ProfilerRegistry.java | 41 public void put(Profiler profiler) { in put() 42 put(profiler.getName(), profiler); in put() local 45 public void put(String name, Profiler profiler) { in put()
|
D | Profiler.java | 239 Profiler profiler = (Profiler) child; in buildProfilerString() local
|
/external/slf4j/slf4j-ext/src/test/java/org/slf4j/profiler/ |
D | ProfilerTest.java | 41 Profiler profiler = new Profiler("SMOKE"); in testSmoke() local 53 Profiler profiler = new Profiler("BAS"); in testBasicProfiling() local 85 Profiler profiler = new Profiler("BAS"); in testNestedProfiling() local
|
D | BasicProfilerDemo.java | 57 Profiler profiler = new Profiler("BASIC"); in main() local
|
D | NestedProfilerDemo.java | 59 Profiler profiler = new Profiler("DEMO"); in main() local
|
D | NestedProfilerDemo2.java | 44 Profiler profiler = new Profiler("DEMO"); in main() local
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | profile.h | 17 union profiler { union 53 profile ( union profiler *profiler ) { in profile()
|
/external/autotest/client/common_lib/ |
D | profiler_manager.py | 23 def load_profiler(self, profiler, args, dargs): argument 30 def add(self, profiler, *args, **dargs): argument 36 def delete(self, profiler): argument
|
D | profiler_manager_unittest.py | 29 def load_profiler(self, profiler, args, dargs): argument
|
/external/autotest/client/bin/ |
D | profilers.py | 8 def load_profiler(self, profiler, args, dargs): argument
|
D | profiler.py | 1 class profiler: class
|
/external/swiftshader/src/Main/ |
D | Config.cpp | 22 Profiler profiler; variable
|
/external/v8/src/inspector/ |
D | v8-heap-profiler-agent-impl.cc | 97 v8::HeapProfiler* profiler = isolate->GetHeapProfiler(); in objectByHeapObjectId() local 207 v8::HeapProfiler* profiler = m_isolate->GetHeapProfiler(); in disable() local 216 v8::HeapProfiler* profiler = m_isolate->GetHeapProfiler(); in takeHeapSnapshot() local 321 v8::HeapProfiler* profiler = m_isolate->GetHeapProfiler(); in startSampling() local 366 v8::HeapProfiler* profiler = m_isolate->GetHeapProfiler(); in stopSampling() local
|
/external/autotest/client/tests/profiler_test/ |
D | profiler_test.py | 10 def initialize(self, profiler=None, profiler_args=(), profiler_dargs=None): argument
|
/external/autotest/server/ |
D | profilers.py | 50 def add(self, profiler, *args, **dargs): argument 55 def delete(self, profiler): argument
|
D | standalone_profiler.py | 24 def _encode_args(profiler, args, dargs): argument
|
/external/v8/src/profiler/ |
D | sampling-heap-profiler.h | 67 SamplingHeapProfiler* const profiler; member 162 SamplingHeapProfiler* profiler, in SamplingAllocationObserver()
|
D | profile-generator.h | 340 void set_cpu_profiler(CpuProfiler* profiler) { profiler_ = profiler; } in set_cpu_profiler()
|
D | heap-snapshot-generator.h | 158 HeapProfiler* profiler() { return profiler_; } in profiler() function
|
/external/tensorflow/tensorflow/core/platform/default/gpu/ |
D | cupti_wrapper.cc | 27 namespace profiler { namespace
|
/external/tensorflow/tensorflow/cc/profiler/ |
D | profiler_test.cc | 119 Profiler profiler(def); in TEST_F() local
|
/external/python/cpython2/Lib/test/ |
D | test_hotshot.py | 65 def run_test(self, callable, events, profiler=None): argument
|
/external/tensorflow/tensorflow/python/profiler/ |
D | profile_context.py | 207 def profiler(self): member in ProfileContext
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | gpu_executable.cc | 150 HloExecutionProfiler profiler(do_profile, hlo_execution_profile, main_stream, in ExecuteThunks() local
|
/external/python/cpython3/Lib/ |
D | profile.py | 49 def __init__(self, profiler): argument
|