CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Profiling.h
Go to the documentation of this file.
1 #ifndef FWCore_Services_Profiling_h
2 #define FWCore_Services_Profiling_h
3 // -*- C++ -*-
4 //
5 // Package: Services
6 // Class : SimpleProfiling
7 //
8 //
9 // Original Author: Jim Kowalkowski
10 // $Id: Profiling.h,v 1.3 2010/03/09 16:24:58 wdd Exp $
11 //
12 
15 
16 namespace edm {
18 
19  namespace service {
21  {
22  public:
25 
26  static void fillDescriptions(edm::ConfigurationDescriptions & descriptions);
27 
28  void postBeginJob();
29  void postEndJob();
30 
31  private:
32  };
33  }
34 }
35 
36 
37 
38 #endif
SimpleProfiling(const ParameterSet &, ActivityRegistry &)
Definition: Profiling.cc:20
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
Definition: Profiling.cc:30