monsdar / CxxProf

CxxProf is a manual instrumented Profiling library for C++. It's goal is to provide easy integration into existing projects with just as little overhead as possible. It should be easy to remove the profiling mechanism during compile and runtime from the code.
GNU General Public License v3.0
58 stars 5 forks source link

dbConvert: Store files more robust #29

Open monsdar opened 10 years ago

monsdar commented 10 years ago

The script currently just takes arguments as inputs and stores them back. This works fine if the input is given without a path. It breaks if a path is included.

See TODO in convert.py (currently at Line 132 and following)