QMCPACK
MemoryUsage.h
Go to the documentation of this file.
1 //////////////////////////////////////////////////////////////////////////////////////
2 // This file is distributed under the University of Illinois/NCSA Open Source License.
3 // See LICENSE file in top directory for details.
4 //
5 // Copyright (c) 2021 QMCPACK developers.
6 //
7 // File developed by: Ye Luo, yeluo@anl.gov, Argonne National Laboratory
8 //
9 // File created by: Ye Luo, yeluo@anl.gov, Argonne National Laboratory
10 //////////////////////////////////////////////////////////////////////////////////////
11 
12 
13 #ifndef QMCPLUSPLUS_MEMORYUSAGE_H
14 #define QMCPLUSPLUS_MEMORYUSAGE_H
15 
16 #include <iostream>
17 #include <string>
18 
19 namespace qmcplusplus
20 {
21 
22 void print_mem(const std::string& title, std::ostream& log);
23 
24 }
25 #endif
helper functions for EinsplineSetBuilder
Definition: Configuration.h:43
void print_mem(const std::string &title, std::ostream &log)
Definition: MemoryUsage.cpp:30
MakeReturn< UnaryNode< FnLog, typename CreateLeaf< Vector< T1, C1 > >::Leaf_t > >::Expression_t log(const Vector< T1, C1 > &l)