Changeset 12766 for source/ariba
- Timestamp:
- Mar 14, 2014, 8:31:01 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/system/SystemQueue.cpp
r12765 r12766 104 104 void SystemQueue::run() 105 105 { 106 // TODO should these be assertion or exceptions..? (exceptions => unit test) 106 107 assert ( ! SysQ->running ); 107 108 assert ( ! SysQ->unclean ); … … 260 261 261 262 // DEBUG OUTPUT: warning when execution takes too much time 262 // [ TODO how long is "too much time"? ]263 // [ TODOx how long is "too much time"? ] 263 264 if ( execution_time.total_milliseconds() > 50 ) 264 265 { … … 266 267 } 267 268 268 /* [ TODO ]269 /* [ TODOx ] 269 270 * 270 271 * - we could also measure how long an event has been waiting in the queue before it's dispatched
Note:
See TracChangeset
for help on using the changeset viewer.