A function can be profiled by calling cProfile.run(<function>) instead of <function> within any Python script that imports the profiling module.
確定! 回上一頁