mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-30 22:54:18 +00:00 
			
		
		
		
	instruments/fps: Fix Typo
This commit is contained in:
		| @@ -164,7 +164,7 @@ class FpsInstrument(Instrument): | |||||||
|                     os.remove(entry) |                     os.remove(entry) | ||||||
|  |  | ||||||
|         if not frame_count.value: |         if not frame_count.value: | ||||||
|             context.add_event('Could not frind frames data in gfxinfo output') |             context.add_event('Could not find frames data in gfxinfo output') | ||||||
|             context.set_status('PARTIAL') |             context.set_status('PARTIAL') | ||||||
|  |  | ||||||
|         self.check_for_crash(context, fps.value, frame_count.value, |         self.check_for_crash(context, fps.value, frame_count.value, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user