News

The cProfile module gathers statistics about the execution time of a Python program. It can report on anything from the entire app to ... if __name__ == '__main__': import cProfile cProfile.run ...