Changeset 27160 for trunk/ppStack/src/ppStackLoop.c
- Timestamp:
- Mar 3, 2010, 1:54:33 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackLoop.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackLoop.c
r27158 r27160 50 50 51 51 52 bool ppStackLoop(pmConfig *config )52 bool ppStackLoop(pmConfig *config, ppStackOptions *options) 53 53 { 54 54 assert(config); … … 56 56 psTimerStart("PPSTACK_TOTAL"); 57 57 psTimerStart("PPSTACK_STEPS"); 58 59 ppStackOptions *options = ppStackOptionsAlloc(); // Options for stacking60 58 61 59 // Setup … … 222 220 return false; 223 221 } 224 psLogMsg("ppStack", PS_LOG_INFO, "Stage 9: Final output: %f sec", psTimerClear("PPSTACK_STEPS"));225 222 ppStackMemDump("finish"); 226 223
Note:
See TracChangeset
for help on using the changeset viewer.
