![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
Functions | |
| def | profile (checkPoint) |
| def | profile_final () |
Variables | |
| MODULE_NAME = __name__.split(".")[-1] | |
| int | PERCENTAGE_START = 50 |
| int | PERCENTAGE_END = 100 |
| dictionary | profileData = {} |
| profileStart = time() | |
| int | totalTime = 1 |
| timeStamp = None | |
| profileFile = resolveFilename(SCOPE_CONFIG, "profile") | |
| profileFd = None | |
| model = None | |
| list | lines = [] |
| item | |
| value | |
| profileOld = fileReadLines(profileFile, source=MODULE_NAME) | |
| checkPoint | |
| def Tools.Profile.profile | ( | checkPoint | ) |
| def Tools.Profile.profile_final | ( | ) |
| Tools.Profile.checkPoint |
| Tools.Profile.item |
| Tools.Profile.lines = [] |
| Tools.Profile.model = None |
| Tools.Profile.MODULE_NAME = __name__.split(".")[-1] |
| int Tools.Profile.PERCENTAGE_END = 100 |
| int Tools.Profile.PERCENTAGE_START = 50 |
| dictionary Tools.Profile.profileData = {} |
| Tools.Profile.profileFd = None |
| Tools.Profile.profileFile = resolveFilename(SCOPE_CONFIG, "profile") |
| Tools.Profile.profileOld = fileReadLines(profileFile, source=MODULE_NAME) |
| Tools.Profile.profileStart = time() |
| Tools.Profile.timeStamp = None |
| Tools.Profile.totalTime = 1 |
| Tools.Profile.value |