mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 12:06:08 +00:00
instruments/fps: Fix Typo
This commit is contained in:
parent
766b96e2ad
commit
ce7720b26d
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user