| /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
  | 
| D | scoped_memory_debug_annotation.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 53         Profiler profiler = new Profiler("BAS");  in testBasicProfiling()  local 85         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/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/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
  | 
| D | telemetry_test.cc | 101   DelegateProfiler profiler;  in TEST()  local 113   DelegateProfiler profiler;  in TEST()  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/base/sampling_heap_profiler/ | 
| D | sampling_heap_profiler_unittest.cc | 64   static void RunStartStopLoop(SamplingHeapProfiler* profiler) {  in RunStartStopLoop() 189   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/grpc-grpc/src/csharp/Grpc.Core/Profiling/ | 
| D | Profilers.cs | 36         public static void SetForCurrentThread(IProfiler profiler)  in SetForCurrentThread() 41         public static ProfilerScope NewScope(this IProfiler profiler, string tag)  in NewScope()
  | 
| /external/tensorflow/tensorflow/core/profiler/backends/gpu/ | 
| D | cupti_utils.cc | 21 namespace profiler {  namespace
  | 
| D | nvtx_utils.cc | 22 namespace profiler {  namespace
  | 
| /external/tensorflow/tensorflow/core/profiler/rpc/oss/ | 
| D | grpc.cc | 19 namespace profiler {  namespace
  | 
| /external/tensorflow/tensorflow/core/profiler/backends/cpu/ | 
| D | annotation_stack.cc | 23 namespace profiler {  namespace
  |