#include "FWCore/Services/src/Memory.h"
#include "DataFormats/Provenance/interface/ModuleDescription.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/MessageLogger/interface/JobReport.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/ParameterSet/interface/ConfigurationDescriptions.h"
#include "FWCore/ParameterSet/interface/ParameterSetDescription.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "FWCore/ServiceRegistry/interface/StreamContext.h"
#include "FWCore/ServiceRegistry/interface/ModuleCallingContext.h"
#include "FWCore/Utilities/interface/Exception.h"
#include "FWCore/Utilities/interface/MallocOpts.h"
#include <cstring>
#include <iostream>
#include <memory>
#include <sstream>
#include <string>
#include <boost/lexical_cast.hpp>
#include <fcntl.h>
#include <unistd.h>
Go to the source code of this file.
Namespaces | |
edm | |
A PluginFactory for concrete instances of class KalmanAlignmentMetricsUpdator. | |
edm::service | |
Macros | |
#define | SIMPLE_MEMORY_CHECK_ORIGINAL_XML_OUTPUT |
Functions | |
static std::string | edm::service::d2str (double d) |
static std::string | edm::service::i2str (int i) |
std::ostream & | edm::service::operator<< (std::ostream &os, SimpleMemoryCheck::SignificantEvent const &se) |
std::ostream & | edm::service::operator<< (std::ostream &os, SimpleMemoryCheck::SignificantModule const &sm) |
#define SIMPLE_MEMORY_CHECK_ORIGINAL_XML_OUTPUT |