Searched refs:profile_memory (Results 1 – 4 of 4) sorted by relevance
54 ParseFlag(env, &f->profile_memory, "profile_memory", ""); in ParseFlags()89 f->profile_memory = ""; in InitializeFlags()
64 const char *profile_memory; member
140 if (flags()->profile_memory && flags()->profile_memory[0]) { in BackgroundThread()141 if (internal_strcmp(flags()->profile_memory, "stdout") == 0) { in BackgroundThread()143 } else if (internal_strcmp(flags()->profile_memory, "stderr") == 0) { in BackgroundThread()148 flags()->profile_memory, (int)internal_getpid()); in BackgroundThread()
145 EXPECT_EQ(f->profile_memory, std::string("qqq")); in VerifyOptions1()190 EXPECT_EQ(f->profile_memory, std::string("bbbbb")); in VerifyOptions2()