https://mooseframework.inl.gov
Public Attributes | List of all members
PerfGraphReporter::PerfGraphJSON Struct Reference

Structure that holds the PerfGraph in JSON. More...

#include <PerfGraphReporter.h>

Public Attributes

nlohmann::json value
 

Detailed Description

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.

Member Data Documentation

◆ value

nlohmann::json PerfGraphReporter::PerfGraphJSON::value

Definition at line 44 of file PerfGraphReporter.h.

Referenced by PerfGraphReporter::finalize(), and to_json().


The documentation for this struct was generated from the following file: