> Where could I find the output of rtl_printf(" running time %d\n", runtme)? 

You can use 

# dmesg

to get the messages from the kernel ringbuffer or you can do a 

# tail -f /var/log/messages

to see the messages directly. The last I prefer - to see the timing depencies.

> If one can see the value of  some variables during a code executing, it is
> helpful for understanding how the code behavies.

Regards
Olaf
-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
---
For more information on Real-Time Linux see:
http://www.rtlinux.org/rtlinux/

Reply via email to