![]() |
Project
|
#include "ArrowSupport.h"
#include "Framework/AODReaderHelpers.h"
#include "Framework/ArrowContext.h"
#include "Framework/ArrowTableSlicingCache.h"
#include "Framework/SliceCache.h"
#include "Framework/DataProcessor.h"
#include "Framework/DataProcessingStats.h"
#include "Framework/ServiceRegistry.h"
#include "Framework/ConfigContext.h"
#include "Framework/CommonDataProcessors.h"
#include "Framework/DeviceSpec.h"
#include "Framework/EndOfStreamContext.h"
#include "Framework/Tracing.h"
#include "Framework/DeviceMetricsInfo.h"
#include "Framework/DeviceMetricsHelper.h"
#include "Framework/DeviceInfo.h"
#include "Framework/DevicesManager.h"
#include "Framework/DeviceConfig.h"
#include "Framework/ServiceMetricsInfo.h"
#include "WorkflowHelpers.h"
#include "Framework/WorkflowSpecNode.h"
#include "Framework/AnalysisSupportHelpers.h"
#include "Framework/ServiceRegistryRef.h"
#include "Framework/ServiceRegistryHelpers.h"
#include "CommonMessageBackendsHelpers.h"
#include <Monitoring/Monitoring.h>
#include "Headers/DataHeader.h"
#include "Headers/DataHeaderHelpers.h"
#include <RtypesCore.h>
#include <fairmq/ProgOptions.h>
#include <uv.h>
#include <boost/program_options/variables_map.hpp>
#include <csignal>
Go to the source code of this file.
Classes | |
struct | o2::framework::RateLimitConfig |
struct | o2::framework::MetricIndices |
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. | |
Enumerations | |
enum struct | o2::framework::RateLimitingState { o2::framework::UNKNOWN = 0 , o2::framework::STARTED = 1 , o2::framework::CHANGED = 2 , o2::framework::BELOW_LIMIT = 3 , o2::framework::NEXT_ITERATION_FROM_BELOW = 4 , o2::framework::ABOVE_LIMIT = 5 , o2::framework::EMPTY = 6 } |
Functions | |
std::vector< MetricIndices > | o2::framework::createDefaultIndices (std::vector< DeviceMetricsInfo > &allDevicesMetrics) |
uint64_t | o2::framework::calculateAvailableSharedMemory (ServiceRegistryRef registry) |