Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:23:21

0001 #include "PerfTools/JeProf/interface/jeprof.h"
0002 #include <string>
0003 
0004 int main() {
0005   std::string name("heap.dump");
0006   const char *fileName = name.c_str();
0007   cms::jeprof::makeHeapDump(fileName);
0008 }