Searched defs:ScopedProfile (Results 1 – 2 of 2) sorted by relevance
86 class ScopedProfile final { class88 ScopedProfile(const char* filename, bool enable) : enable_(enable) { in ScopedProfile() function in grpc::testing::ScopedProfile
117 TEST(ProfilingTest, ScopedProfile) { in TEST() argument