Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
tools.skpbench._hardware.HardwareException Class Reference
Inheritance diagram for tools.skpbench._hardware.HardwareException:

Public Member Functions

 __init__ (self, message, sleeptime=60)
 

Public Attributes

 sleeptime
 

Detailed Description

Gets thrown when certain hardware state is not what we expect.

Generally this happens because of thermal conditions or other variables beyond
our control, and the appropriate course of action is to take a short nap
before resuming the benchmark.

Definition at line 45 of file _hardware.py.

Constructor & Destructor Documentation

◆ __init__()

tools.skpbench._hardware.HardwareException.__init__ (   self,
  message,
  sleeptime = 60 
)

Definition at line 54 of file _hardware.py.

54 def __init__(self, message, sleeptime=60):
55 Exception.__init__(self, message)
56 self.sleeptime = sleeptime
57
58

Member Data Documentation

◆ sleeptime

tools.skpbench._hardware.HardwareException.sleeptime

Definition at line 56 of file _hardware.py.


The documentation for this class was generated from the following file: