BES Timing: Difference between revisions

From OPeNDAP Documentation
⧼opendap2-jumptonavigation⧽
(Created page with " <source lang="cpp"> #include <BESDebug.h> #include "BESStopWatch.h" bool ClassName::methodName(BESDataHandlerInterface &dhi){ BESStopWatch sw; if (BESISDEBUG( TIMIN...")
(No difference)

Revision as of 18:56, 26 May 2015


#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]);

}