Changeset 881

Show
Ignore:
Timestamp:
02/20/08 12:31:31 (16 years ago)
Author:
ppalmers
Message:

remove jitter graph output debug prints

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/src/libieee1394/CycleTimerHelper.cpp

    r880 r881  
    309309 
    310310        // For jitter graphs 
    311         debugOutputShort(DEBUG_LEVEL_NORMAL, "0123456789 %f %f %f %lld %lld %lld\n",  
    312                          diff_ticks, diff_ticks_corr, m_dll_e2, cycle_timer_ticks, (int64_t)m_next_time_ticks, usecs_late); 
     311        // debugOutputShort(DEBUG_LEVEL_NORMAL, "0123456789 %f %f %f %lld %lld %lld\n",  
     312        //                 diff_ticks, diff_ticks_corr, m_dll_e2, cycle_timer_ticks, (int64_t)m_next_time_ticks, usecs_late); 
    313313 
    314314        // update the y-axis values 
  • trunk/libffado/tests/test-ieee1394service.cpp

    r879 r881  
    167167    int64_t diff = diffTicks(ctr, ctr_dll); 
    168168    uint64_t abs_diff; 
     169    // for jitter plots 
     170    //     debugOutput(DEBUG_LEVEL_NORMAL, "9876543210: %lld\n", diff); 
    169171 
    170172    // not 100% thread safe, but will do