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_psHist03.c

    r4859 r5117  
    1515{
    1616    psLogSetFormat("HLNM");
     17    //
     18    // We list pertinent psStats.c functions here for debugging ease.
     19    //
     20    psTraceSetLevel(".", 0);
     21    psTraceSetLevel("p_psVectorBinDisect", 0);
     22    psTraceSetLevel("p_psGetStatValue", 0);
     23    psTraceSetLevel("psHistogramAlloc", 0);
     24    psTraceSetLevel("psHistogramAllocGeneric", 0);
     25    psTraceSetLevel("UpdateHistogramBins", 0);
     26    psTraceSetLevel("psVectorHistogram", 0);
    1727    psHistogram *myHist = NULL;
    1828    psVector *myBounds  = NULL;
Note: See TracChangeset for help on using the changeset viewer.