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

New timers integration/reporting

File:
1 edited

Legend:

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

    r2418 r2628  
    44#include "workflow_graph.hpp" 
    55#include "mem_checker.hpp" 
     6#include "timer.hpp" 
    67 
    78namespace xios 
    89{ 
     10  extern CLogType logProfile ; 
    911  static func::CFunctor* createFunctor(const std::string& opId, bool ignoreMissingValue, CArray<double, 1>& tmpData); 
    1012 
     
    7678    if (data[0]->status != CDataPacket::END_OF_STREAM) 
    7779    { 
     80      if (info.isActive(logProfile)) CTimer::get("Temporal filters").resume() ; 
    7881      bool usePacket, outputResult, copyLess; 
    7982      if (isOnceOperation) 
     
    123126        graphCycleCompleted = true; 
    124127     } 
     128     if (info.isActive(logProfile)) CTimer::get("Temporal filters").suspend() ; 
    125129    } 
    126130 
Note: See TracChangeset for help on using the changeset viewer.