#prv2pjdump
prv2pjdump converts paraver traces to pjdump.
Documentation for paraver trace files can be found in this pdf.
Documentation for pjdump trace format can be found at this address.
Usage: prv2pjdump [OPTION] FILE
Convert the paraver FILE into pjdump.
-o, --output-file Specify an output file.
$ make
Under Linux it is possible to cross-compile it for Windows (for both 32 and 64 bit versions), with the following command line:
$ make win32 win64
##Licence
prv2pjdump is distributed under the MIT License.