Searched refs:GetComment (Results 1 – 1 of 1) sorted by relevance
563 const std::string* GetComment(size_t index) { in GetComment() function in StatCmdSummariesTest584 ASSERT_EQ(*GetComment(0), "1.000000 cpus used"); in TEST_F()585 ASSERT_EQ(*GetComment(1), "2.000000 cpus used"); in TEST_F()586 ASSERT_EQ(*GetComment(2), "0.500000 cpus used"); in TEST_F()587 ASSERT_EQ(*GetComment(3), "3.000000 cpus used"); in TEST_F()595 ASSERT_EQ(*GetComment(0), "1.000000 GHz"); in TEST_F()596 ASSERT_EQ(*GetComment(1), "2.000000 GHz"); in TEST_F()597 ASSERT_EQ(*GetComment(2), "0.500000 GHz"); in TEST_F()598 ASSERT_EQ(*GetComment(3), "3.000000 GHz"); in TEST_F()606 ASSERT_EQ(*GetComment(0), "1.000 G/sec"); in TEST_F()[all …]