memoryReport.h
Go to the documentation of this file.
1 #ifndef art_Framework_EventProcessor_detail_memoryReport_h
2 #define art_Framework_EventProcessor_detail_memoryReport_h
3 
4 namespace art {
5  namespace detail {
6  void memoryReport();
7  }
8 } // namespace art
9 #endif /* art_Framework_EventProcessor_detail_memoryReport_h */
10 
11 // Local Variables:
12 // mode: c++
13 // End: