bofh19 / yappi

Automatically exported from code.google.com/p/yappi
MIT License
0 stars 0 forks source link

Python version independent YSTAT format save/load #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We currently rely on pickle to save stats as ystats. However, pickle does not 
guarantee to work on different Python versions. So, a saved profiler session is 
currently dependent to a Python version that it is saved from. Implement a 
object pickle functionality for YFuncStats.

Original issue reported on code.google.com by sum...@gmail.com on 21 Nov 2013 at 2:20

GoogleCodeExporter commented 9 years ago

Original comment by sum...@gmail.com on 21 Nov 2013 at 2:21

GoogleCodeExporter commented 9 years ago

Original comment by sum...@gmail.com on 21 Nov 2013 at 2:39