コード例 #1
0
def load(app):
    global taskview
    category = app.getCategory('Utilities')
    taskview = category.addTask(ProfilingTaskView(category))
    profiler.set_show(taskview.setProfile)
コード例 #2
0
ファイル: 7_profile.py プロジェクト: RuliLG/makehuman
def load(app):
    global taskview
    category = app.getCategory('Develop')
    taskview = category.addTask(ProfilingTaskView(category))
    profiler.set_show(taskview.setProfile)