Exemple #1
0
def load(app):
    global taskview
    category = app.getCategory('Utilities')
    taskview = category.addTask(ProfilingTaskView(category))
    profiler.set_show(taskview.setProfile)
Exemple #2
0
def load(app):
    global taskview
    category = app.getCategory('Develop')
    taskview = category.addTask(ProfilingTaskView(category))
    profiler.set_show(taskview.setProfile)