- Timestamp:
- Jun 10, 2019, 11:59:50 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-kernel/otbZooWatcher.cxx
r560 r937 16 16 =========================================================================*/ 17 17 #include "otbZooWatcher.h" 18 #include "otbConfigure.h" 18 19 #include "service_internal.h" 19 20 … … 52 53 ::StartFilter() 53 54 { 55 #if OTB_VERSION_MAJOR < 6 54 56 m_TimeProbe.Start(); 57 #endif 55 58 } 56 59 … … 59 62 ::EndFilter() 60 63 { 64 #if OTB_VERSION_MAJOR < 6 61 65 m_TimeProbe.Stop(); 62 66 std::ostringstream elapsedTime; … … 68 72 << " seconds)" 69 73 << std::endl; 74 #endif 70 75 }
Note: See TracChangeset
for help on using the changeset viewer.