Home
last modified time | relevance | path

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

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