enigma2  2.6
Functions | Variables
Tools.Profile Namespace Reference

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
 

Function Documentation

◆ profile()

def Tools.Profile.profile (   id)

◆ profile_final()

def Tools.Profile.profile_final ( )

Variable Documentation

◆ id

Tools.Profile.id

◆ PERCENTAGE_END

int Tools.Profile.PERCENTAGE_END = 100

◆ PERCENTAGE_START

int Tools.Profile.PERCENTAGE_START = 0

◆ profile_data

dictionary Tools.Profile.profile_data = {}

◆ profile_file

Tools.Profile.profile_file = None

◆ profile_old

Tools.Profile.profile_old = open(resolveFilename(SCOPE_CONFIG, "profile"), "r").readlines()

◆ profile_start

Tools.Profile.profile_start = time.time()

◆ t

Tools.Profile.t = None

◆ total_time

Tools.Profile.total_time = 1