Changeset 5117 for trunk/psLib/test/math/tst_psStats06.c
- Timestamp:
- Sep 23, 2005, 3:10:00 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/math/tst_psStats06.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tst_psStats06.c
r4859 r5117 18 18 { 19 19 psLogSetFormat("HLNM"); 20 // 21 // We list pertinent psStats.c functions here for debugging ease. 22 // 23 psTraceSetLevel(".", 0); 24 psTraceSetLevel("p_psGetStatValue", 0); 25 psTraceSetLevel("p_psVectorSampleMean", 0); 26 psTraceSetLevel("p_psVectorMax", 0); 27 psTraceSetLevel("p_psVectorMin", 0); 28 psTraceSetLevel("p_psVectorCheckNonEmpty", 0); 29 psTraceSetLevel("p_psVectorNValues", 0); 30 psTraceSetLevel("p_psVectorSampleStdevOLD", 0); 31 psTraceSetLevel("p_psVectorSampleStdev", 0); 32 psTraceSetLevel("psStatsAlloc", 0); 33 psTraceSetLevel("p_psConvertToF32", 0); 34 psTraceSetLevel("psVectorStats", 0); 35 20 36 psStats *myStats = NULL; 21 37 psS32 testStatus = true;
Note:
See TracChangeset
for help on using the changeset viewer.
