How to profile Pyside2 PyQt code using Python 2.7?

前端 未结 0 1091
梦谈多话
梦谈多话 2021-02-02 08:58

I am running PyQt/Pyside2 inside an embedded environment. Is there a way to profile it?

def onCreateInterface():
    widget = MyQtWidget()
    return widget


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题