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

    r4859 r5117  
    2222{
    2323    psLogSetFormat("HLNM");
     24    //
     25    // We list pertinent psStats.c functions here for debugging ease.
     26    //
     27    psTraceSetLevel(".", 0);
     28    psTraceSetLevel("p_psGetStatValue", 0);
     29    psTraceSetLevel("p_psVectorSampleMean", 0);
     30    psTraceSetLevel("p_psVectorMax", 0);
     31    psTraceSetLevel("p_psVectorMin", 0);
     32    psTraceSetLevel("p_psVectorCheckNonEmpty", 0);
     33    psTraceSetLevel("p_psVectorNValues", 0);
     34    psTraceSetLevel("p_psVectorClippedStats", 0);
     35    psTraceSetLevel("p_psNormalizeVectorRange", 0);
     36    psTraceSetLevel("psStatsAlloc", 0);
     37    psTraceSetLevel("p_psConvertToF32", 0);
     38    psTraceSetLevel("psVectorStats", 0);
     39
    2440    psStats *myStats    = NULL;
    2541    psS32 testStatus      = true;
Note: See TracChangeset for help on using the changeset viewer.