enigma2
2.6
|
Functions | |
def | profile (id) |
def | profile_final () |
Variables | |
int | PERCENTAGE_START = 0 |
int | PERCENTAGE_END = 100 |
profile_start = time.time() | |
dictionary | profile_data = {} |
int | total_time = 1 |
profile_file = None | |
profile_old = open(resolveFilename(SCOPE_CONFIG, "profile"), "r").readlines() | |
t = None | |
id | |
def Tools.Profile.profile | ( | id | ) |
def Tools.Profile.profile_final | ( | ) |
Tools.Profile.id |
int Tools.Profile.PERCENTAGE_END = 100 |
int Tools.Profile.PERCENTAGE_START = 0 |
dictionary Tools.Profile.profile_data = {} |
Tools.Profile.profile_file = None |
Tools.Profile.profile_old = open(resolveFilename(SCOPE_CONFIG, "profile"), "r").readlines() |
Tools.Profile.profile_start = time.time() |
Tools.Profile.t = None |
Tools.Profile.total_time = 1 |