Untitled
Anonymous
plain_text
10/08/2024 3:29 PM
176 B
15
Indexable
import cProfile
def your_function():
# Your code here
pass
# Profile the function
cProfile.run('your_function()')
Editor is loading...
Leave a Comment
import cProfile
def your_function():
# Your code here
pass
# Profile the function
cProfile.run('your_function()')