![]() |
Project
|
#include "FrameworkGUIDebugger.h"
#include "Framework/ConfigContext.h"
#include "Framework/ConfigParamRegistry.h"
#include "DebugGUI/imgui.h"
#include "DebugGUI/implot.h"
#include "DebugGUI/imgui_extras.h"
#include "Framework/DriverControl.h"
#include "Framework/DriverInfo.h"
#include "Framework/DeviceMetricsHelper.h"
#include "Framework/DeviceMetricsInfo.h"
#include "FrameworkGUIDeviceInspector.h"
#include "FrameworkGUIDevicesGraph.h"
#include "FrameworkGUIDataRelayerUsage.h"
#include "PaletteHelpers.h"
#include "FrameworkGUIState.h"
#include "Framework/Signpost.h"
#include <DebugGUI/icons_font_awesome.h>
#include <fmt/format.h>
#include <algorithm>
#include <iostream>
#include <set>
#include <string>
#include <cinttypes>
#include <numeric>
Go to the source code of this file.
Classes | |
struct | o2::framework::gui::MultiplotData |
struct | o2::framework::gui::HistoData |
struct | o2::framework::gui::TopologyNodeInfo |
Information associated to a node in the topology. More... | |
struct | o2::framework::gui::MetricDisplayState |
struct | o2::framework::gui::MetricIndex |
struct | o2::framework::gui::AllMetricsStore |
struct | o2::framework::gui::ColumnInfo |
Namespaces | |
namespace | o2 |
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
namespace | o2::framework |
Defining PrimaryVertex explicitly as messageable. | |
namespace | o2::framework::gui |
State for the main GUI window. | |
Enumerations | |
enum struct | o2::framework::gui::MetricsDisplayStyle : int { o2::framework::gui::Lines = 0 , o2::framework::gui::Histos = 1 , o2::framework::gui::Sparks = 2 , o2::framework::gui::Table = 3 , o2::framework::gui::Stems = 4 } |
enum | o2::framework::gui::MetricTypes { o2::framework::gui::DEVICE_METRICS = 0 , o2::framework::gui::DRIVER_METRICS , o2::framework::gui::TOTAL_TYPES_OF_METRICS } |
O2_DECLARE_DYNAMIC_LOG | ( | driver | ) |