Ignore:
Timestamp:
05/17/17 11:02:34 (7 years ago)
Author:
ymipsl
Message:
  • Add new timer for better profiling. The full timer output will be provided only for info_level=100
  • Add new file attribute : convention_str (string) : this string will overide the default value wrote in the file (CF-1.6 or UGRID)

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/context.cpp

    r1091 r1135  
    1414#include "type.hpp" 
    1515#include "xios_spl.hpp" 
     16#include "timer.hpp" 
    1617 
    1718 
     
    389390   void CContext::closeDefinition(void) 
    390391   { 
     392     CTimer::get("Context : close definition").resume() ; 
    391393     // There is nothing client need to send to server 
    392394     if (hasClient) 
     
    442444      startPrefetchingOfEnabledReadModeFiles(); 
    443445    } 
     446    CTimer::get("Context : close definition").suspend() ; 
    444447   } 
    445448 
Note: See TracChangeset for help on using the changeset viewer.