/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/ |
D | dic_node_profiler.h | 23 #define PROF_SPACE_SUBSTITUTION(profiler) profiler.profSpaceSubstitution() argument 24 #define PROF_SPACE_OMISSION(profiler) profiler.profSpaceOmission() argument 25 #define PROF_ADDITIONAL_PROXIMITY(profiler) profiler.profAdditionalProximity() argument 26 #define PROF_SUBSTITUTION(profiler) profiler.profSubstitution() argument 27 #define PROF_OMISSION(profiler) profiler.profOmission() argument 28 #define PROF_INSERTION(profiler) profiler.profInsertion() argument 29 #define PROF_MATCH(profiler) profiler.profMatch() argument 30 #define PROF_COMPLETION(profiler) profiler.profCompletion() argument 31 #define PROF_TRANSPOSITION(profiler) profiler.profTransposition() argument 32 #define PROF_NEARESTKEY(profiler) profiler.profNearestKey() argument [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/profiling/ |
H A 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
|
H A 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
|
H A 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
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/core/api/ |
H A 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
|
/aosp_15_r20/hardware/google/camera/common/hal/utils/profiling/ |
D | aidl_profiler.cc | 80 [type](const auto& profiler) { in MakeScopedProfiler() 177 std::shared_ptr<Profiler> profiler = Profiler::Create(latency_flag_); in CreateLatencyProfiler() local 188 bool SetOrCreateTrackedProfiler(std::unique_ptr<Profiler> profiler, in SetOrCreateTrackedProfiler() 211 std::shared_ptr<Profiler> profiler = Profiler::Create(fps_flag_); in CreateFpsProfiler() local 224 std::shared_ptr<Profiler> profiler = Profiler::Create(latency_flag_); in CreateReprocessingProfiler() local 246 bool SetFpsProfiler(std::unique_ptr<Profiler> profiler) { in SetFpsProfiler() 259 bool SetReprocessingProfiler(std::unique_ptr<Profiler> profiler) { in SetReprocessingProfiler() 347 AidlScopedProfiler::AidlScopedProfiler(std::shared_ptr<Profiler> profiler, in AidlScopedProfiler()
|
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/pluggable_profiler/ |
H A 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
|
/aosp_15_r20/external/armnn/src/armnn/test/ |
H A 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
|
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/lib/ |
H A 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
|
H A D | profiler_controller.cc | 27 namespace profiler { namespace 30 std::unique_ptr<ProfilerInterface> profiler) in ProfilerController()
|
H A D | profiler_factory.cc | 28 namespace profiler { namespace 50 auto profiler = factory(options); in CreateProfilers() local
|
/aosp_15_r20/external/pytorch/test/cpp/lite_interpreter_runtime/ |
H A 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
|
/aosp_15_r20/external/pytorch/test/cpp/profiler/ |
H A 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
|
/aosp_15_r20/external/cronet/base/sampling_heap_profiler/ |
H A D | sampling_heap_profiler_unittest.cc | 60 static void RunStartStopLoop(SamplingHeapProfiler* profiler) { in RunStartStopLoop() 185 auto* profiler = SamplingHeapProfiler::Get(); in CheckAllocationPattern() local 295 auto* profiler = SamplingHeapProfiler::Get(); in Run() local 305 auto* profiler = SamplingHeapProfiler::Get(); in TEST_F() local 324 auto* profiler = SamplingHeapProfiler::Get(); in TEST_F() local
|
/aosp_15_r20/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/ |
H A 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()
|
/aosp_15_r20/external/slf4j/slf4j-ext/src/test/java/org/slf4j/profiler/ |
H A 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
|
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/rpc/ |
H A D | profiler_service_impl.cc | 39 namespace profiler { namespace 47 ProfilerSession* profiler, in CollectDataToRepository() 81 std::unique_ptr<ProfilerSession> profiler = in Profile() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/ |
H A 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()
|
/aosp_15_r20/external/autotest/client/common_lib/ |
H A 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
|
/aosp_15_r20/external/cronet/base/profiler/ |
H A D | stack_sampling_profiler_unittest.cc | 251 StackSamplingProfiler profiler; member 348 StackSamplingProfiler profiler( in TestLibraryUnload() local 622 StackSamplingProfiler profiler( in PROFILER_TEST_F() local 844 std::unique_ptr<StackSamplingProfiler> profiler; in PROFILER_TEST_F() local 1346 StackSamplingProfiler profiler( in PROFILER_TEST_F() local 1396 StackSamplingProfiler profiler( in PROFILER_TEST_F() local 1442 StackSamplingProfiler profiler( in PROFILER_TEST_F() local 1518 StackSamplingProfiler profiler( in PROFILER_TEST_F() local 1691 StackSamplingProfiler profiler( in PROFILER_TEST_F() local
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/profiling/ |
D | ProfilingTest.java | 28 Profiler profiler = Profiler.createInstance("foo"); in testStartReturnsActualStopWatch() local 34 Profiler profiler = Profiler.createNoOpInstance("foo"); in testStartReturnsFakeStopWatch() local
|
/aosp_15_r20/external/ruy/ruy/profiler/ |
H A D | README.md | 22 ### How to instrument code 65 ### How to run the profiler
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/ |
H A 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
|
/aosp_15_r20/external/libchrome/base/profiler/ |
H A D | stack_sampling_profiler_unittest.cc | 458 StackSamplingProfiler profiler; member 622 StackSamplingProfiler profiler( in TestLibraryUnload() local 793 StackSamplingProfiler profiler( in PROFILER_TEST_F() local 847 StackSamplingProfiler profiler( in PROFILER_TEST_F() local 994 std::unique_ptr<StackSamplingProfiler> profiler; in PROFILER_TEST_F() local 1304 StackSamplingProfiler profiler( in PROFILER_TEST_F() local
|
/aosp_15_r20/hardware/google/camera/common/profiler/ |
D | profiler.h | 232 ScopedProfiler(std::shared_ptr<Profiler> profiler, const std::string target, in ScopedProfiler() 240 ScopedProfiler(std::shared_ptr<Profiler> profiler, const std::string target) in ScopedProfiler()
|