viva64 / plog-converter

Analyzer raw\json log conversion tool (to html, csv, xml, tasks, etc.) for cross-platform C/C++ (Makefile, CMake, QMake, Ninja, WAF) and Java workflows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plog Converter

Docs Platforms

Note. This page is about the tool for Linux and macOS. The appropriate page about the tool for Windows is available here.

To convert the analyzer bug report to different formats (xml, tasks and so on) you can use the Plog Converter. It is applicable for cross-platform working scenarios (C++, Java) on all supported operating systems when checking Makefile, CMake, QMake, Ninja, WAF projects.

More detailed description is available on the documentation page, section "Plog Converter Utility".

Compilation

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make

Usage

An example of a command that will be suitable for most users for opening the report in QtCreator:

plog-converter -a GA:1,2 -t tasklist -o /path/to/project.tasks /path/to/project.log

About

Analyzer raw\json log conversion tool (to html, csv, xml, tasks, etc.) for cross-platform C/C++ (Makefile, CMake, QMake, Ninja, WAF) and Java workflows

License:Apache License 2.0