Changeset 5117 for trunk/psLib/test/math/tst_psStats09.c
- Timestamp:
- Sep 23, 2005, 3:10:00 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/math/tst_psStats09.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tst_psStats09.c
r4859 r5117 22 22 { 23 23 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 24 40 psStats *myStats = NULL; 25 41 psS32 testStatus = true;
Note:
See TracChangeset
for help on using the changeset viewer.
