Ignore:
Timestamp:
11/22/22 12:43:52 (17 months ago)
Author:
jderouillat
Message:

Backport the system to log the memory consumption (commit ID [2418-2420,2425-2426])

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/branches/xios-3.0-beta/src/client.cpp

    r2335 r2427  
    1818#include "workflow_graph.hpp" 
    1919#include "release_static_allocation.hpp" 
     20#include "mem_checker.hpp" 
    2021 
    2122namespace xios 
     
    519520      report(0)<< " Memory report : increasing it by a factor will increase performance, depending of the volume of data wrote in file at each time step of the file"<<endl ; 
    520521      report(100)<<CTimer::getAllCumulatedTime()<<endl ; 
     522      report(100)<<CMemChecker::getAllCumulatedMem()<<endl ; 
    521523      CWorkflowGraph::drawWorkFlowGraph_client(); 
    522524 
Note: See TracChangeset for help on using the changeset viewer.