Ignore:
Timestamp:
04/03/24 10:33:55 (7 weeks ago)
Author:
jderouillat
Message:

New timers integration/reporting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/trunk/src/node/field.cpp

    r2544 r2628  
    2828namespace xios 
    2929{ 
     30  extern CLogType logProfile ; 
    3031 
    3132  /// ////////////////////// Définitions ////////////////////// /// 
     
    320321  TRY 
    321322  { 
     323    if (info.isActive(logProfile)) CTimer::get("Check late data (read)").resume(); 
    322324    if (hasFileIn())  
    323325    { 
     
    331333      clientFromClientSourceFilter_->trigger(CContext::getCurrent()->getCalendar()->getCurrentDate()) ; 
    332334    } 
     335    if (info.isActive(logProfile)) CTimer::get("Check late data (read)").suspend(); 
    333336  } 
    334337  CATCH_DUMP_ATTR 
Note: See TracChangeset for help on using the changeset viewer.