Initial commit
This commit is contained in:
4
python/_Basics/Determine profiling of Python programs.py
Normal file
4
python/_Basics/Determine profiling of Python programs.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import cProfile
|
||||
def sum():
|
||||
print(1+2)
|
||||
cProfile.run('sum()')
|
||||
Reference in New Issue
Block a user