BES Timing

From OPeNDAP Documentation
Revision as of 18:56, 26 May 2015 by Ndp (talk | contribs) (Created page with " <source lang="cpp"> #include <BESDebug.h> #include "BESStopWatch.h" bool ClassName::methodName(BESDataHandlerInterface &dhi){ BESStopWatch sw; if (BESISDEBUG( TIMIN...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
⧼opendap2-jumptonavigation⧽


#include <BESDebug.h>
#include "BESStopWatch.h"

bool ClassName::methodName(BESDataHandlerInterface &dhi){
    BESStopWatch sw;
    if (BESISDEBUG( TIMING_LOG ))
        sw.start("ClassName::methodName", dhi.data[REQUEST_ID]);

}