changeset 6:fa5239b09446

VSs working
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Wed, 06 Mar 2013 14:35:52 +0100
parents 9715ded3f3bf
children 4766a17c8304
files .hgsubstate src/VMS_Implementations/VMS_defs__turn_on_and_off.h
diffstat 2 files changed, 11 insertions(+), 11 deletions(-) [+]
line diff
     1.1 --- a/.hgsubstate	Fri Feb 01 18:07:27 2013 +0100
     1.2 +++ b/.hgsubstate	Wed Mar 06 14:35:52 2013 +0100
     1.3 @@ -1,9 +1,9 @@
     1.4 -808fe898c011a582d33ec1717cf0730dfa201133 src/Application
     1.5 +55fb61482128d051b5f47020f572063e9348482d src/Application
     1.6  3c2345880bbe10f432a12722499be5904211c04c src/C_Libraries/DynArray
     1.7 -f82bd67d93fa77d9437cfc062256c4b737f706e7 src/C_Libraries/Hash_impl
     1.8 +18a72865dd78f313ff48f1462b7dd612cbf1f15a src/C_Libraries/Hash_impl
     1.9  2aa025da7c600ddfbce66cc95c2b68a3b6414469 src/C_Libraries/Histogram
    1.10  7128ffdcc797253a22804be704f5545f9f62c82d src/C_Libraries/ListOfArrays
    1.11  93b017e30c7631b1399a711ec15c05d85df7c7a6 src/C_Libraries/ParamHelper
    1.12 -8fcbe46de60a68d2c0a8bef5e7f8ef20a584d246 src/C_Libraries/Queue_impl
    1.13 -68212347d1d801528aab3e046bccac3d2d36752c src/VMS_Implementations/VMS_impl
    1.14 -3787df8b95f92691a86520c344bb94c3eabe67d9 src/VMS_Implementations/VSs_impl
    1.15 +c54f7e0a9d112f31a4417efb2c6dabc5998b3150 src/C_Libraries/Queue_impl
    1.16 +a6005210f581d6bbbd428e1db63549c6ae0e06d8 src/VMS_Implementations/VMS_impl
    1.17 +227db52cbd9395826b2ccc8ce1c7e351b07dd616 src/VMS_Implementations/VSs_impl
     2.1 --- a/src/VMS_Implementations/VMS_defs__turn_on_and_off.h	Fri Feb 01 18:07:27 2013 +0100
     2.2 +++ b/src/VMS_Implementations/VMS_defs__turn_on_and_off.h	Wed Mar 06 14:35:52 2013 +0100
     2.3 @@ -23,15 +23,15 @@
     2.4  /*turns on the probe-instrumentation in the application -- when not
     2.5   * defined, the calls to the probe functions turn into comments
     2.6   */
     2.7 -#define DEBUG__TURN_ON_DEBUG_PRINT
     2.8 +//#define DEBUG__TURN_ON_DEBUG_PRINT
     2.9  
    2.10  /*These defines turn types of bug messages on and off
    2.11   */
    2.12 -#define dbgAppFlow   TRUE /* Top level flow of application code -- general*/
    2.13 +#define dbgAppFlow   FALSE /* Top level flow of application code -- general*/
    2.14  #define dbgProbes    FALSE /* for issues inside probes themselves*/
    2.15  #define dbgB2BMaster FALSE /* in coreloop, back to back master Slvs*/
    2.16  #define dbgRqstHdlr  TRUE /* in request handler code*/
    2.17 -#define dbgSS        TRUE /* in request handler code*/
    2.18 +#define dbgSS        FALSE /* in request handler code*/
    2.19  
    2.20  //#define DEBUG__TURN_ON_ERROR_MSGS
    2.21  
    2.22 @@ -63,9 +63,9 @@
    2.23     /*turn on/off subtraction of create measurements from plugin meas*/
    2.24  //#define MEAS__TURN_ON_EXCLUDE_CREATION_TIME 
    2.25  
    2.26 -#define HOLISTIC__TURN_ON_PERF_COUNTERS
    2.27 -#define HOLISTIC__TURN_ON_OBSERVE_UCC
    2.28 -#define DETECT_LOOP_GRAPH
    2.29 +//#define HOLISTIC__TURN_ON_PERF_COUNTERS
    2.30 +//#define HOLISTIC__TURN_ON_OBSERVE_UCC
    2.31 +//#define DETECT_LOOP_GRAPH
    2.32  
    2.33  //===================  Turn on or off system options  =======================
    2.34  //