pwspy.utility.misc.profileDec

pwspy.utility.misc.profileDec(filePath)[source]

A decorator to profile a function call using cProfile

Parameters

filePath (str) – cProfile will dump a log file to this location.