Ignore:
Timestamp:
01/22/19 16:43:32 (5 years ago)
Author:
yushan
Message:

revert erroneous commit on trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/tracer.cpp

    r1638 r1639  
    11#include "tracer.hpp" 
    22#ifdef VTRACE 
    3 //#include <vt_user.h> 
    4 #include <VT.h> 
     3#include <vt_user.h> 
    54#endif 
    65#include <string> 
     
    1312  { 
    1413#ifdef VTRACE 
    15     //VT_ON() ; 
    16     VT_traceon() ; 
     14    VT_ON() ; 
    1715#endif 
    1816  } 
     
    2119  { 
    2220#ifdef VTRACE 
    23     //VT_OFF() ; 
    24     VT_traceoff() ; 
     21    VT_OFF() ; 
    2522#endif 
    2623  } 
     
    2926  { 
    3027#ifdef VTRACE 
    31     //VT_USER_START(name.c_str()) ; 
     28    VT_USER_START(name.c_str()) ; 
    3229#endif 
    3330  } 
     
    3633  { 
    3734#ifdef VTRACE 
    38     //VT_USER_END(name.c_str()) ; 
     35    VT_USER_END(name.c_str()) ; 
    3936#endif 
    4037  } 
Note: See TracChangeset for help on using the changeset viewer.