Ignore:
Timestamp:
10/13/22 15:45:43 (19 months ago)
Author:
jderouillat
Message:

Add an option (log_memory : set to false by default), to activate memory monitoring. Logs are now buffered.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/trunk/src/mem_checker.hpp

    r2418 r2420  
    44#include <string> 
    55#include <map> 
     6#include <fstream> 
    67 
    78namespace xios 
     
    3940      static double vsize_init_; 
    4041      static double time_init_; 
     42      static std::ofstream fout_; 
     43      static int flush_counter_; 
    4144  }; 
    4245} 
Note: See TracChangeset for help on using the changeset viewer.