Does anyone have a meaningfull example of the use of the Profiler included in Python?
Recommended Answers
Jump to PostI was looking for a halfway decent example code, but when you also asked for list comprehension, a light went up, and I combined the two questions:
# using the module profile to profile a function or a statement import profile #help('profile.run') def evenList1(): """returns a list …
All 2 Replies
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, learning, and sharing knowledge.