Untitled

 avatar
unknown
plain_text
5 months ago
132 B
1
Indexable
import cProfile

def your_function():
    # Your code here
    pass

# Profile the function
cProfile.run('your_function()')
Editor is loading...
Leave a Comment