IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 23, 2005, 3:10:00 PM (21 years ago)
Author:
gusciora
Message:

Added moderate trace messages to psStats.c.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/math/tst_psHist00.c

    r4859 r5117  
    1313{
    1414    psLogSetFormat("HLNM");
     15    //
     16    // We list pertinent psStats.c functions here for debugging ease.
     17    //
     18    psTraceSetLevel(".", 0);
     19    psTraceSetLevel("p_psVectorBinDisect", 0);
     20    psTraceSetLevel("p_psGetStatValue", 0);
     21    psTraceSetLevel("psHistogramAlloc", 0);
     22    psTraceSetLevel("psHistogramAllocGeneric", 0);
     23    psTraceSetLevel("UpdateHistogramBins", 0);
     24    psTraceSetLevel("psVectorHistogram", 0);
    1525    psHistogram *myHist = NULL;
    1626    psS32 testStatus      = true;
Note: See TracChangeset for help on using the changeset viewer.