Snakeviz (Python Profiler) September 25, 2016September 25, 2016 marifnst Python Leave a comment this is simple result of python profiler using snakeviz. i try to profile python application to create text file. file = open("sample.txt", "w") file.write("sample text file") file.close()file = open("sample.txt", "w") file.write("sample text file") file.close()
Leave a Reply