gprofng: implement a functional gp-display-html
authorRuud van der Pas <ruud.vanderpas@oracle.com>
Tue, 28 Jun 2022 17:37:19 +0000 (10:37 -0700)
committerVladimir Mezentsev <vladimir.mezentsev@oracle.com>
Wed, 6 Jul 2022 21:39:33 +0000 (14:39 -0700)
commit41bbac64c36ffc5a418524be55fde20fad888e11
tree2543c9febd79d48d60b694a8748c7b0dacc21164
parentfb5a4a581d4fbd02ae41e034439872a169e43f0b
gprofng: implement a functional gp-display-html

This patch enables the first support for the "gprofng display html" command.
This command works for C/C++ applications on x86_64. Using one or more gprofng
experiment directories as input, a new directory with html files is created.
Through the index.html file in this directory, the performance results may be
viewed in a browser.

gprofng/Changelog:
2022-06-28  Ruud van der Pas  <ruud.vanderpas@oracle.com>

* gp-display-html/gp-display-html.in: implement first support for x86_64 and C/C++
gprofng/gp-display-html/gp-display-html.in