Пример #1
0
TEST (Performance, Counter)
{
	PerformanceTimer timer;
	double result = timer.GetTimeInSeconds ();
	cout << result << endl;
}