Closed jgallagher59701 closed 6 months ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
No data about Duplication
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
No data about Duplication
@ndp-opendap @dh-opendap Please review
Added a macro to start a timer if any of a set of BESDebug flags it tests are set. The advantage of this macro is that it drops to zero code when NDEBUG is defined. Our code often uses a macro that leaves the BESStopWatch object definition in the code when NDEBUG is defined. This is not a problem, but it does make the code a bit slower.