FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FairSystemInfo.h
Go to the documentation of this file.
1 /********************************************************************************
2  * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
3  * *
4  * This software is distributed under the terms of the *
5  * GNU Lesser General Public Licence (LGPL) version 3, *
6  * copied verbatim in the file "LICENSE" *
7  ********************************************************************************/
8 
9 /*
10  * FairSystemInfo.h
11  *
12  * Created on: Mai 18, 2015
13  * Author: f.uhlig
14  */
15 
16 #ifndef BASE_FAIRSYSTEMINFO_H_
17 #define BASE_FAIRSYSTEMINFO_H_
18 
19 #include <Rtypes.h>
20 #include <cstddef>
21 
23 {
24  public:
26  virtual ~FairSystemInfo() {}
27 
28  Float_t GetMaxMemory();
29  size_t GetCurrentMemory();
30 
32 };
33 
34 #endif // BASE_FAIRSYSTEMINFO_H_
virtual ~FairSystemInfo()
Float_t GetMaxMemory()
ClassDef(FairSystemInfo, 1)
size_t GetCurrentMemory()