Home
last modified time | relevance | path

Searched defs:profiler (Results 1 – 25 of 33) sorted by relevance

12

/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/
DProfilerRegistry.java41 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()
DProfiler.java239 Profiler profiler = (Profiler) child; in buildProfilerString() local
/external/slf4j/slf4j-ext/src/test/java/org/slf4j/profiler/
DProfilerTest.java41 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
DBasicProfilerDemo.java57 Profiler profiler = new Profiler("BASIC"); in main() local
DNestedProfilerDemo.java59 Profiler profiler = new Profiler("DEMO"); in main() local
DNestedProfilerDemo2.java44 Profiler profiler = new Profiler("DEMO"); in main() local
/external/syslinux/gpxe/src/include/gpxe/
Dprofile.h17 union profiler { union
53 profile ( union profiler *profiler ) { in profile()
/external/autotest/client/common_lib/
Dprofiler_manager.py23 def load_profiler(self, profiler, args, dargs): argument
30 def add(self, profiler, *args, **dargs): argument
36 def delete(self, profiler): argument
Dprofiler_manager_unittest.py29 def load_profiler(self, profiler, args, dargs): argument
/external/autotest/client/bin/
Dprofilers.py8 def load_profiler(self, profiler, args, dargs): argument
Dprofiler.py1 class profiler: class
/external/swiftshader/src/Main/
DConfig.cpp22 Profiler profiler; variable
/external/v8/src/inspector/
Dv8-heap-profiler-agent-impl.cc97 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/
Dprofiler_test.py10 def initialize(self, profiler=None, profiler_args=(), profiler_dargs=None): argument
/external/autotest/server/
Dprofilers.py50 def add(self, profiler, *args, **dargs): argument
55 def delete(self, profiler): argument
Dstandalone_profiler.py24 def _encode_args(profiler, args, dargs): argument
/external/v8/src/profiler/
Dsampling-heap-profiler.h67 SamplingHeapProfiler* const profiler; member
162 SamplingHeapProfiler* profiler, in SamplingAllocationObserver()
Dprofile-generator.h340 void set_cpu_profiler(CpuProfiler* profiler) { profiler_ = profiler; } in set_cpu_profiler()
Dheap-snapshot-generator.h158 HeapProfiler* profiler() { return profiler_; } in profiler() function
/external/tensorflow/tensorflow/core/platform/default/gpu/
Dcupti_wrapper.cc27 namespace profiler { namespace
/external/tensorflow/tensorflow/cc/profiler/
Dprofiler_test.cc119 Profiler profiler(def); in TEST_F() local
/external/python/cpython2/Lib/test/
Dtest_hotshot.py65 def run_test(self, callable, events, profiler=None): argument
/external/tensorflow/tensorflow/python/profiler/
Dprofile_context.py207 def profiler(self): member in ProfileContext
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_executable.cc150 HloExecutionProfiler profiler(do_profile, hlo_execution_profile, main_stream, in ExecuteThunks() local
/external/python/cpython3/Lib/
Dprofile.py49 def __init__(self, profiler): argument

12