On Thu, 2 Jun 2016 03:19:32 +0200 Victor Stinner <[email protected]> wrote: > I'm interested by the very basic perf.py internal text format: one > timing per line, that's all. But it's incomplete, the "loops" > informaiton is not stored. Maybe a binary format is better? I don't > know yet.
Just use a simple JSON format. Regards Antoine. _______________________________________________ Speed mailing list [email protected] https://mail.python.org/mailman/listinfo/speed
