[U-Boot] Profiling uboot

2010-01-19 Thread Basavaraj Dengi
Hi, I am trying to measure the time taken by uboot, from its init till it jumps to zImage[kernel]. Any suggestions as to which API's to be used for that? Thanks in advance. Regards Basavaraj ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.de

Re: [U-Boot] Profiling uboot

2010-01-20 Thread Ira W. Snyder
On Wed, Jan 20, 2010 at 09:51:57AM +0530, Basavaraj Dengi wrote: > Hi, > > I am trying to measure the time taken by uboot, from its init till > it jumps to zImage[kernel]. > > Any suggestions as to which API's to be used for that? > > Thanks in advance. > I've used the attached ptx_ts script t

Re: [U-Boot] Profiling uboot

2010-01-20 Thread Wolfgang Denk
Dear "Ira W. Snyder", In message <20100120162647.gb4...@ovro.caltech.edu> you wrote: > > I've used the attached ptx_ts script to measure U-Boot. It probably came > from this mailing list at some point. Yeah, that's the perl version modeled after our good old expect script. Functionally equivalen

Re: [U-Boot] Profiling uboot

2010-01-21 Thread Basavaraj Dengi
Dear "Ira W. Snyder", Thanks a lot for the script. [ I will be able test this in the next week. I will test it and let you know.] Regards Basavaraj On Thu, Jan 21, 2010 at 2:30 AM, Wolfgang Denk wrote: > Dear "Ira W. Snyder", > > In message <20100120162647.gb4...@ovro.caltech.edu> you wrote: