Ignore:
Timestamp:
11/22/22 14:25:20 (19 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/interface/c/iccalendar.cpp

    r1622 r2428  
    44#include "exception.hpp" 
    55#include "timer.hpp" 
     6#include "mem_checker.hpp" 
    67#include "context.hpp" 
    78#include "context_client.hpp" 
     
    1213  TRY 
    1314  { 
     15    CMemChecker::get("XIOS update calendar").resume(); 
    1416    CTimer::get("XIOS").resume(); 
    1517    xios::CContext* context = CContext::getCurrent(); 
     
    1921    context->sendUpdateCalendar(step); 
    2022    CTimer::get("XIOS").suspend(); 
     23    CMemChecker::get("XIOS update calendar").suspend(); 
    2124  } 
    2225  CATCH_DUMP_STACK 
Note: See TracChangeset for help on using the changeset viewer.