]> git.cworth.org Git - apitrace/commit
Python pickle output.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Thu, 26 Jan 2012 20:32:59 +0000 (20:32 +0000)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Thu, 26 Jan 2012 20:32:59 +0000 (20:32 +0000)
commit299a1b3adc806ef33234683bae4b9477ba5cc378
tree7258bff0c436275e3942fc97fa3225360042ba3a
parent225193db0f50a8f3a1d59d7cff351c9be31e8044
Python pickle output.

Proof of concept.

This allows to process traces w/ python extremely fast, so hopefully
this should enable allow to quickly implement complex analysis in Python,
with usable performance.
cli/CMakeLists.txt
cli/cli.hpp
cli/cli_main.cpp
cli/cli_pickle.cpp [new file with mode: 0644]
common/pickle.hpp [new file with mode: 0644]
scripts/unpickle.py [new file with mode: 0755]