Ignore:
Timestamp:
11/22/22 14:25:20 (17 months ago)
Author:
jderouillat
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS2/trunk/src/filter/temporal_filter.cpp

    r1876 r2428  
    44#include "workflow_graph.hpp" 
    55#include "file.hpp" 
     6#include "mem_checker.hpp" 
    67 
    78namespace xios 
     
    130131          packet = data[0]; 
    131132 
    132         isFirstOperation = false; 
     133        CMemChecker::logMem( "CTemporalFilter::apply" ); 
     134 
     135        isFirstOperation = false; 
    133136         
    134137        packet->field = this->field; 
Note: See TracChangeset for help on using the changeset viewer.