Changeset 6226 for trunk/psLib/test/math/tst_psStats03.c
- Timestamp:
- Jan 27, 2006, 10:08:58 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/math/tst_psStats03.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tst_psStats03.c
r6215 r6226 18 18 // We list pertinent psStats.c functions here for debugging ease. 19 19 // 20 psTraceSetLevel(".", 10);21 psTraceSetLevel("p_psGetStatValue", 10);22 psTraceSetLevel("p_psVectorSampleMean", 10);23 psTraceSetLevel("p_psVectorCheckNonEmpty", 10);24 psTraceSetLevel("p_psVectorNValues", 10);25 psTraceSetLevel("p_psVectorSampleMedian", 10);26 psTraceSetLevel("psStatsAlloc", 10);27 psTraceSetLevel("p_psConvertToF32", 10);28 psTraceSetLevel("psVectorStats", 10);20 psTraceSetLevel(".", 0); 21 psTraceSetLevel("p_psGetStatValue", 0); 22 psTraceSetLevel("p_psVectorSampleMean", 0); 23 psTraceSetLevel("p_psVectorCheckNonEmpty", 0); 24 psTraceSetLevel("p_psVectorNValues", 0); 25 psTraceSetLevel("p_psVectorSampleMedian", 0); 26 psTraceSetLevel("psStatsAlloc", 0); 27 psTraceSetLevel("p_psConvertToF32", 0); 28 psTraceSetLevel("psVectorStats", 0); 29 29 30 30 psStats *myStats = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
