Structure that holds the PerfGraph in JSON. More...
#include <PerfGraphReporter.h>
Public Attributes | |
| nlohmann::json | value |
Structure that holds the PerfGraph in JSON.
We build the JSON itself during execute() as it is a complex tree and it's easier to not have an intermediate data type.
Definition at line 42 of file PerfGraphReporter.h.
| nlohmann::json PerfGraphReporter::PerfGraphJSON::value |
Definition at line 44 of file PerfGraphReporter.h.
Referenced by PerfGraphReporter::finalize(), and to_json().
1.8.14