pstats.Stats.add()

add(*filenames)

This method of the Stats class accumulates additional profiling information into the current profiling object. Its arguments should refer to filenames created by the corresponding version of profile.run() or cProfile.run(). Statistics for identically named (re: file, line, name) functions are automatically accumulated into single function statistics.

doc_python
2016-10-07 17:40:58
Comments
Leave a Comment

Please login to continue.