Changeset 12766


Ignore:
Timestamp:
Mar 14, 2014, 8:31:01 PM (10 years ago)
Author:
hock@…
Message:

..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/system/SystemQueue.cpp

    r12765 r12766  
    104104void SystemQueue::run()
    105105{
     106    // TODO should these be assertion or exceptions..? (exceptions => unit test)
    106107    assert ( ! SysQ->running );
    107108    assert ( ! SysQ->unclean );
     
    260261       
    261262        // 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"? ]
    263264        if ( execution_time.total_milliseconds() > 50 )
    264265        {
     
    266267        }
    267268
    268         /*  [ TODO ]
     269        /*  [ TODOx ]
    269270        *
    270271        *  - 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.