Time Taken to run the code:
Generally, it is very hard to find which part of code is taking more time when you run the whole application. The below code snippet tells us time taken to run the function.
Memory used by Objects:
In Python we use the sys.getsizeof
function to check the memory used by an object.
No comments:
Post a Comment