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

    r4859 r5117  
    1919{
    2020    psLogSetFormat("HLNM");
     21    //
     22    // We list pertinent psStats.c functions here for debugging ease.
     23    //
     24    psTraceSetLevel(".", 0);
     25    psTraceSetLevel("p_psGetStatValue", 0);
     26    psTraceSetLevel("p_psVectorMax", 0);
     27    psTraceSetLevel("p_psVectorMin", 0);
     28    psTraceSetLevel("p_psVectorCheckNonEmpty", 0);
     29    psTraceSetLevel("p_psVectorNValues", 0);
     30    psTraceSetLevel("p_psVectorSampleQuartiles", 0);
     31    psTraceSetLevel("psStatsAlloc", 0);
     32    psTraceSetLevel("p_psConvertToF32", 0);
     33    psTraceSetLevel("psVectorStats", 0);
     34
     35
    2136    psStats *myStats    = NULL;
    2237    psS32 testStatus      = true;
Note: See TracChangeset for help on using the changeset viewer.