CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/HLTrigger/Timer/interface/CPUAffinity.h

Go to the documentation of this file.
00001 #ifndef CPUAffinity_h
00002 #define CPUAffinity_h
00003 
00004 class CPUAffinity {
00005 public:
00006   static bool isCpuBound();
00007   static bool bindToCurrentCpu();
00008   static int  currentCpu();
00009 };
00010 
00011 #endif // CPUAffinity_h