Changes between Version 10 and Version 11 of EngineProfiling


Ignore:
Timestamp:
Jan 29, 2015, 10:17:02 PM (9 years ago)
Author:
Yves
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EngineProfiling

    v10 v11  
    163163Use the reduce.py file from the git checkout. Pypy is a lot faster than python, but some versions of pypy have a bug. You can try with pypy, but if the output files are only 24 bytes, then you are affected by the bug and should probably use python instead. The output path points to a directory and contains a prefix to use for the reduced files ("reduced" in this example).
    164164{{{
    165 pyp tools_v2/reduce.py /path/to/tracelogging/dir/tl-data.json /path/to/output/reduced
     165pypy tools_v2/reduce.py /path/to/tracelogging/data/tl-data.json /path/to/output/reduced
    166166}}}
    167167