CMS 3D CMS Logo

Classes | Enumerations | Functions
NVProfilerService.cc File Reference
#include <algorithm>
#include <iostream>
#include <sstream>
#include <string>
#include <vector>
#include <tbb/concurrent_vector.h>
#include <tbb/enumerable_thread_specific.h>
#include <boost/format.hpp>
#include <cuda_profiler_api.h>
#include <nvToolsExt.h>
#include "DataFormats/Common/interface/HLTPathStatus.h"
#include "DataFormats/Provenance/interface/EventID.h"
#include "DataFormats/Provenance/interface/LuminosityBlockID.h"
#include "DataFormats/Provenance/interface/ModuleDescription.h"
#include "DataFormats/Provenance/interface/RunID.h"
#include "DataFormats/Provenance/interface/Timestamp.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/ParameterSet/interface/ConfigurationDescriptions.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/ParameterSet/interface/ParameterSetDescription.h"
#include "FWCore/ServiceRegistry/interface/ActivityRegistry.h"
#include "FWCore/ServiceRegistry/interface/ConsumesInfo.h"
#include "FWCore/ServiceRegistry/interface/GlobalContext.h"
#include "FWCore/ServiceRegistry/interface/ModuleCallingContext.h"
#include "FWCore/ServiceRegistry/interface/PathContext.h"
#include "FWCore/ServiceRegistry/interface/PathsAndConsumesOfModulesBase.h"
#include "FWCore/ServiceRegistry/interface/ProcessContext.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "FWCore/ServiceRegistry/interface/StreamContext.h"
#include "FWCore/ServiceRegistry/interface/SystemBounds.h"
#include "FWCore/Utilities/interface/BranchType.h"
#include "FWCore/Utilities/interface/Exception.h"
#include "FWCore/Utilities/interface/ProductKindOfType.h"
#include "FWCore/Utilities/interface/TimeOfDay.h"
#include "FWCore/ServiceRegistry/interface/ServiceMaker.h"

Go to the source code of this file.

Classes

struct  NVProfilerService::Domains
 
class  NVProfilerService
 

Enumerations

enum  
 

Functions

static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::DescriptionFillerForServices< NVProfilerService > > s_filler__LINE__ ("NVProfilerService")
 
static const edm::serviceregistry::ServicePluginFactory::PMaker< edm::serviceregistry::ServiceMaker< NVProfilerService > > s_maker__LINE__ ("NVProfilerService")
 

Enumeration Type Documentation

anonymous enum

Definition at line 111 of file NVProfilerService.cc.

111  {
112  nvtxBlack = 0x00000000,
113  nvtxRed = 0x00ff0000,
114  nvtxDarkGreen = 0x00009900,
115  nvtxGreen = 0x0000ff00,
116  nvtxLightGreen = 0x00ccffcc,
117  nvtxBlue = 0x000000ff,
118  nvtxAmber = 0x00ffbf00,
119  nvtxLightAmber = 0x00fff2cc,
120  nvtxWhite = 0x00ffffff
121  };

Function Documentation

static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker<edm::DescriptionFillerForServices< NVProfilerService > > s_filler__LINE__ ( "NVProfilerService"  )
static
static const edm::serviceregistry::ServicePluginFactory ::PMaker< edm::serviceregistry::ServiceMaker< NVProfilerService > > s_maker__LINE__ ( "NVProfilerService"  )
static