Home
last modified time | relevance | path

Searched defs:ScopedProfile (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/cpp/qps/
H A Dqps_worker.cc91 class ScopedProfile final { class
93 ScopedProfile(const char* filename, bool enable) : enable_(enable) { in ScopedProfile() function in grpc::testing::ScopedProfile
/aosp_15_r20/external/tensorflow/tensorflow/lite/profiling/
H A Dprofiler_test.cc117 TEST(ProfilingTest, ScopedProfile) { in TEST() argument