CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/FWCore/Services/src/ProfParse.h

Go to the documentation of this file.
00001 #ifndef FWCore_Services_ProfParse_h
00002 #define FWCore_Services_ProfParse_h
00003 
00004 #include <string>
00005 
00006 void 
00007 writeProfileData(int inputFileDescriptor, const std::string& prefix);
00008 
00009 #endif