| /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 | profile_summarizer_test.cc | 109 BufferedProfiler profiler(1024); in TEST() local 130 BufferedProfiler profiler(1024); in TEST() local 174 BufferedProfiler profiler(1024); in TEST_F() local 201 BufferedProfiler profiler(1024); in TEST_F() local
|
| /external/tensorflow/tensorflow/core/profiler/lib/ |
| D | profiler_session.cc | 67 for (auto& profiler : profilers_) { in CollectData() local 71 for (auto& profiler : profilers_) { in CollectData() local 91 for (auto& profiler : profilers_) { in CollectData() local 95 for (auto& profiler : profilers_) { in CollectData() local 146 for (auto& profiler : profilers_) { in ProfilerSession() local 159 for (auto& profiler : profilers_) { in ~ProfilerSession() local
|
| D | profiler_factory.cc | 27 namespace profiler { namespace 49 if (auto profiler = factory(options)) { in CreateProfilers() local
|
| D | profiler_lock.cc | 23 namespace profiler { namespace
|
| /external/tensorflow/tensorflow/lite/core/api/ |
| D | profiler.h | 108 : profiler_(profiler), event_handle_(0) { in profiler_() argument 127 ScopedOperatorProfile(Profiler* profiler, const char* tag, int node_index) in ScopedOperatorProfile() 134 ScopedDelegateOperatorProfile(Profiler* profiler, const char* tag, in ScopedDelegateOperatorProfile() 143 ScopedRuntimeInstrumentationProfile(Profiler* profiler, const char* tag) in ScopedRuntimeInstrumentationProfile() 171 #define TFLITE_SCOPED_TAGGED_DEFAULT_PROFILE(profiler, tag) \ argument 175 #define TFLITE_SCOPED_TAGGED_OPERATOR_PROFILE(profiler, tag, node_index) \ argument 179 #define TFLITE_SCOPED_DELEGATE_OPERATOR_PROFILE(profiler, tag, node_index) \ argument 184 profiler, tag, event_metadata1, event_metadata2) \ argument
|
| /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/tensorflow/tensorflow/lite/micro/benchmarks/ |
| D | keyword_benchmark.cc | 51 KeywordBenchmarkRunner* CreateBenchmarkRunner(MicroProfiler* profiler) { in CreateBenchmarkRunner() 67 MicroProfiler& profiler) { in KeywordRunNIerations() 82 tflite::MicroProfiler profiler; in main() local
|
| D | person_detection_benchmark.cc | 51 PersonDetectionBenchmarkRunner* CreateBenchmarkRunner(MicroProfiler* profiler) { in CreateBenchmarkRunner() 64 MicroProfiler& profiler) { in PersonDetectionNIerations() 80 tflite::MicroProfiler profiler; in main() 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
|
| /external/ruy/ruy/profiler/ |
| D | README.md | 22 ### How to instrument code 65 ### How to run the profiler
|
| /external/tensorflow/tensorflow/lite/micro/ |
| D | micro_profiler.h | 80 explicit ScopedMicroProfiler(const char* tag, MicroProfiler* profiler) {} in ScopedMicroProfiler() 97 explicit ScopedMicroProfiler(const char* tag, MicroProfiler* profiler) in ScopedMicroProfiler()
|
| /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 | 100 DelegateProfiler profiler; in TEST() local 112 DelegateProfiler profiler; in TEST() local
|
| /external/tensorflow/tensorflow/core/profiler/rpc/ |
| D | profiler_service_impl.cc | 39 namespace profiler { namespace 47 ProfilerSession* profiler, in CollectDataToRepository() 82 std::unique_ptr<ProfilerSession> profiler = in Profile() local
|
| D | profiler_server.cc | 29 namespace profiler { namespace
|
| /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/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/internal/gpu/ |
| D | cupti_utils.cc | 24 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/autotest/client/bin/ |
| D | profilers.py | 8 def load_profiler(self, profiler, args, dargs): argument
|
| /external/tensorflow/tensorflow/core/profiler/internal/cpu/ |
| D | annotation_stack.cc | 23 namespace profiler { namespace
|
| /external/tensorflow/tensorflow/python/profiler/ |
| D | profiler_client_test.py | 27 from tensorflow.python.profiler import profiler_v2 as profiler unknown
|
| /external/tensorflow/tensorflow/core/profiler/utils/ |
| D | time_utils.cc | 22 namespace profiler { namespace
|