Пример #1
0
TEST (PerformanceTimer, CpuSupport)
{
	PerformanceTimer timer;
	EXPECT_EQ (true, timer.HasCpuSupport ());
}