Changeset 1752


Ignore:
Timestamp:
10/18/19 14:37:54 (5 years ago)
Author:
ymipsl
Message:

suspend tracing when probing to avoid too big trace

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_ONE_SIDED/src/filter/store_filter.cpp

    r1474 r1752  
    33#include "grid.hpp" 
    44#include "timer.hpp" 
     5#include "tracer.hpp" 
    56 
    67namespace xios 
     
    2627  { 
    2728    CTimer timer("CStoreFilter::getPacket"); 
     29//    timer.resume();  
     30    info(0)<<"ENTERING CStoreFilter::getPacket"<<std::endl ; 
     31    traceOff() ; 
     32//    timer.suspend(); 
    2833    CConstDataPacketPtr packet; 
    2934    const double timeout = CXios::recvFieldTimeout; 
     
    4449      timer.suspend(); 
    4550    } while (!packet && timer.getCumulatedTime() < timeout); 
     51//    timer.resume(); 
     52    traceOn() ; 
     53//    timer.suspend(); 
    4654 
    4755    if (!packet) 
Note: See TracChangeset for help on using the changeset viewer.