/external/tensorflow/tensorflow/lite/profiling/ |
D | profiler_test.cc | 34 void SleepForQuarterSecond(tflite::Profiler* profiler) { in SleepForQuarterSecond() 39 void ChildFunction(tflite::Profiler* profiler) { in ChildFunction() 44 void ParentFunction(tflite::Profiler* profiler) { in ParentFunction() 52 BufferedProfiler profiler(1024); in TEST() local 59 BufferedProfiler profiler(1024); in TEST() local 73 BufferedProfiler profiler(1024); in TEST() local 113 Profiler* profiler = nullptr; in TEST() local 118 BufferedProfiler profiler(1024); in TEST() local 127 NoopProfiler profiler; in TEST() local
|
D | root_profiler.cc | 24 void RootProfiler::AddProfiler(Profiler* profiler) { in AddProfiler() 29 void RootProfiler::AddProfiler(std::unique_ptr<Profiler>&& profiler) { in AddProfiler() 46 for (auto* profiler : profilers_) { in BeginEvent() local 88 for (auto* profiler : profilers_) { in AddEvent() local 96 for (auto* profiler : profilers_) { in AddEventWithData() local
|
D | profile_summarizer_test.cc | 109 BufferedProfiler profiler(1024); in TEST() local 131 BufferedProfiler profiler(1024); in TEST() local 175 BufferedProfiler profiler(1024); in TEST_F() local 202 BufferedProfiler profiler(1024); in TEST_F() local
|
/external/tensorflow/tensorflow/core/profiler/lib/ |
D | profiler_collection.cc | 26 namespace profiler { namespace 34 for (auto& profiler : profilers_) { in Start() local 42 for (auto& profiler : profilers_) { in Stop() local 50 for (auto& profiler : profilers_) { in CollectData() local
|
D | profiler_controller.cc | 27 namespace profiler { namespace 30 std::unique_ptr<ProfilerInterface> profiler) in ProfilerController()
|
D | profiler_factory.cc | 28 namespace profiler { namespace 50 auto profiler = factory(options); in CreateProfilers() local
|
D | context_types.cc | 18 namespace profiler { namespace
|
/external/tensorflow/tensorflow/lite/core/api/ |
D | profiler.h | 138 : profiler_(profiler), event_handle_(0) { in profiler_() argument 157 ScopedOperatorProfile(Profiler* profiler, const char* tag, int node_index) in ScopedOperatorProfile() 164 ScopedDelegateOperatorProfile(Profiler* profiler, const char* tag, in ScopedDelegateOperatorProfile() 174 ScopedRuntimeInstrumentationProfile(Profiler* profiler, const char* tag) in ScopedRuntimeInstrumentationProfile() 208 #define TFLITE_SCOPED_TAGGED_DEFAULT_PROFILE(profiler, tag) \ argument 212 #define TFLITE_SCOPED_TAGGED_OPERATOR_PROFILE(profiler, tag, node_index) \ argument 216 #define TFLITE_SCOPED_DELEGATE_OPERATOR_PROFILE(profiler, tag, node_index) \ argument 221 profiler, tag, event_metadata1, event_metadata2) \ argument
|
/external/tensorflow/tensorflow/c/experimental/pluggable_profiler/ |
D | pluggable_profiler.cc | 31 namespace profiler { namespace 45 Status ValidateTPProfiler(const TP_Profiler& profiler) { in ValidateTPProfiler() 66 CreatePluggableProfiler(const ProfileOptions& options, TP_Profiler profiler, in CreatePluggableProfiler() 115 PluggableProfiler(TP_ProfilerFns profiler_fns, TP_Profiler profiler) in PluggableProfiler() 123 PluggableProfilerFactory(TP_Profiler profiler, in PluggableProfilerFactory() 155 TP_Profiler profiler{TP_PROFILER_STRUCT_SIZE}; in InitPluginProfiler() local
|
/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()
|
/external/armnn/src/armnn/test/ |
D | ProfilerTests.cpp | 20 size_t GetProfilerEventSequenceSize(armnn::IProfiler* profiler) in GetProfilerEventSequenceSize() 46 std::unique_ptr<armnn::IProfiler> profiler = std::make_unique<armnn::IProfiler>(); in RegisterUnregisterProfilerSingleThreadImpl() local 67 std::unique_ptr<armnn::IProfiler> profiler = std::make_unique<armnn::IProfiler>(); variable 220 std::unique_ptr<armnn::IProfiler> profiler = std::make_unique<armnn::IProfiler>(); variable 295 std::unique_ptr<armnn::IProfiler> profiler = std::make_unique<armnn::IProfiler>(); variable 379 std::unique_ptr<armnn::IProfiler> profiler = std::make_unique<armnn::IProfiler>(); variable
|
/external/slf4j/slf4j-ext/src/test/java/org/slf4j/profiler/ |
D | ProfilerTest.java | 41 Profiler profiler = new Profiler("SMOKE"); in testSmoke() local 54 Profiler profiler = new Profiler("BAS"); in testBasicProfiling() local 87 Profiler profiler = new Profiler("BAS"); in testNestedProfiling() local
|
/external/ruy/ruy/profiler/ |
D | README.md | 22 ### How to instrument code 65 ### How to run the profiler
|
/external/pytorch/test/cpp/lite_interpreter_runtime/ |
D | test_mobile_profiler.cpp | 58 KinetoEdgeCPUProfiler profiler( in TEST() local 112 KinetoEdgeCPUProfiler profiler( in TEST() local 146 mobile::KinetoEdgeCPUProfiler profiler( in TEST() local 184 KinetoEdgeCPUProfiler profiler( in TEST() local
|
/external/pytorch/test/cpp/profiler/ |
D | perf_events.cpp | 16 torch::profiler::impl::linux_perf::PerfProfiler profiler; in TEST() local 55 torch::profiler::impl::linux_perf::PerfProfiler profiler; in TEST() local 128 torch::profiler::impl::linux_perf::PerfProfiler profiler; in TEST() local 198 torch::profiler::impl::linux_perf::PerfProfiler profiler; in TEST() local
|
/external/tensorflow/tensorflow/lite/delegates/ |
D | telemetry.cc | 30 auto* profiler = reinterpret_cast<Profiler*>(context->profiler); in ReportDelegateSettings() local 41 auto* profiler = reinterpret_cast<Profiler*>(context->profiler); in ReportDelegateStatus() local
|
/external/tensorflow/tensorflow/core/profiler/rpc/ |
D | profiler_service_impl.cc | 39 namespace profiler { namespace 47 ProfilerSession* profiler, in CollectDataToRepository() 81 std::unique_ptr<ProfilerSession> profiler = in Profile() local
|
/external/tensorflow/tensorflow/lite/ |
D | interpreter_experimental.cc | 112 void Interpreter::SetProfiler(Profiler* profiler) { in SetProfiler() 121 void Interpreter::SetProfiler(std::unique_ptr<Profiler> profiler) { in SetProfiler() 125 void Interpreter::AddProfiler(Profiler* profiler) { in AddProfiler()
|
/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
|
/external/cronet/tot/base/sampling_heap_profiler/ |
D | sampling_heap_profiler_unittest.cc | 62 static void RunStartStopLoop(SamplingHeapProfiler* profiler) { in RunStartStopLoop() 187 auto* profiler = SamplingHeapProfiler::Get(); in CheckAllocationPattern() local 297 auto* profiler = SamplingHeapProfiler::Get(); in Run() local 307 auto* profiler = SamplingHeapProfiler::Get(); in TEST_F() local 326 auto* profiler = SamplingHeapProfiler::Get(); in TEST_F() local
|
/external/cronet/stable/base/sampling_heap_profiler/ |
D | sampling_heap_profiler_unittest.cc | 62 static void RunStartStopLoop(SamplingHeapProfiler* profiler) { in RunStartStopLoop() 187 auto* profiler = SamplingHeapProfiler::Get(); in CheckAllocationPattern() local 297 auto* profiler = SamplingHeapProfiler::Get(); in Run() local 307 auto* profiler = SamplingHeapProfiler::Get(); in TEST_F() local 326 auto* profiler = SamplingHeapProfiler::Get(); in TEST_F() local
|
/external/tensorflow/tensorflow/core/profiler/backends/gpu/ |
D | nvtx_utils.cc | 22 namespace profiler { namespace
|
D | cupti_utils.cc | 21 namespace profiler { namespace
|
/external/tensorflow/tensorflow/core/profiler/rpc/oss/ |
D | grpc.cc | 19 namespace profiler { namespace
|
/external/pytorch/torch/csrc/profiler/standalone/ |
D | privateuse1_observer.cpp | 3 namespace torch::profiler::impl { namespace
|