CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ProfParse.h
Go to the documentation of this file.
1 #ifndef FWCore_Services_ProfParse_h
2 #define FWCore_Services_ProfParse_h
3 
4 #include <string>
5 
6 void
7 writeProfileData(int inputFileDescriptor, const std::string& prefix);
8 
9 #endif
void writeProfileData(int fd, const std::string &prefix)
Definition: ProfParse.cc:159