wow, my math was *way* off. My first experiment was actually 4997.334754797441 samples a second. Using this new kernel I'm using now, with all the printf()'s commented out is:
debian@beaglebone:~$ time ./test real 0m50.929s user 0m0.340s sys 0m50.450s For 300,0000 iterations. So . . .5890.55351567869 samples a second. With the printf()'s back in place: . . . 4015 4009 4009 4013 4007 4011 4015 4004 4004 4013 real 0m57.302s user 0m0.940s sys 0m52.710s So . . . 5235.419357090503 samples a second. On Sat, Oct 3, 2015 at 10:03 AM, TJF <[email protected]> wrote: > Hi Rathin! > > Am Samstag, 3. Oktober 2015 16:43:00 UTC+2 schrieb Rathin Dholakia: >> >> Hi TJF, >> >> ... but they are binaries!! I am not able to read them with any format or >> in any text-editor. Can you suggest how to read them? >> > > Yes, I can. But I wont! > > I'm not your personal trainer and it's up to you to lean the basic skills > to reach your target specified in the subject of this thread. > > BR > > -- > For more options, visit http://beagleboard.org/discuss > --- > You received this message because you are subscribed to the Google Groups > "BeagleBoard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
