mirror of
				https://github.com/tiagovignatti/intel-gpu-tools.git
				synced 2025-11-04 03:58:27 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			95 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			95 B
		
	
	
	
		
			C
		
	
	
	
	
	
#include "igt_core.h"
 | 
						|
#include <unistd.h>
 | 
						|
 | 
						|
igt_simple_main
 | 
						|
{
 | 
						|
	igt_set_timeout(1);
 | 
						|
	sleep(5);
 | 
						|
}
 |