CMS 3D CMS Logo

Classes | Enumerations | Functions
NVProfilerService.cc File Reference
#include <algorithm>
#include <iostream>
#include <sstream>
#include <string>
#include <vector>
#include <oneapi/tbb/concurrent_vector.h>
#include <fmt/printf.h>
#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 "HeterogeneousCore/CUDAServices/interface/CUDAInterface.h"
#include "HLTrigger/Timer/interface/ProcessCallGraph.h"
#include "FWCore/ServiceRegistry/interface/ServiceMaker.h"

Go to the source code of this file.

Classes

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

anonymous enum

Definition at line 104 of file NVProfilerService.cc.

104  {
105  nvtxBlack = 0x00000000,
106  nvtxRed = 0x00ff0000,
107  nvtxDarkGreen = 0x00009900,
108  nvtxGreen = 0x0000ff00,
109  nvtxLightGreen = 0x00ccffcc,
110  nvtxBlue = 0x000000ff,
111  nvtxAmber = 0x00ffbf00,
112  nvtxLightAmber = 0x00fff2cc,
113  nvtxWhite = 0x00ffffff
114  };

Function Documentation

◆ s_filler__LINE__()

static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker<edm::DescriptionFillerForServices< NVProfilerService > > s_filler__LINE__ ( "NVProfilerService"  )
static

◆ s_maker__LINE__()

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