avr-chat
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-chat] Avrdude : how to slow it down ?


From: Bernard Fouché
Subject: Re: [avr-chat] Avrdude : how to slow it down ?
Date: Wed, 14 Sep 2005 17:03:21 +0200
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

Vincent Trouilliez wrote:


Damn, I lowered it to 20, and still takes about the same amount of time,
I am starting to wonder if my modification is taken into account ?! :-/

Under Linux try to lauch avrdude with 'strace -tt ': this will show you what system call is executed and what time is taken to perform the system call. So you'll see if the program is really loosing time only in usleep() (and hence nanosleep(2) probably since usleep(3) is not a system call) or if something else slows it down. So:

strace -tt avrdude ....(your avrdude options)....

 Bernard




reply via email to

[Prev in Thread] Current Thread [Next in Thread]