Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Python running very slow with buildroot 2012.05
@ 2012-09-06 14:04 Vimal Menon
  2012-09-06 14:15 ` Thomas Petazzoni
  0 siblings, 1 reply; 6+ messages in thread
From: Vimal Menon @ 2012-09-06 14:04 UTC (permalink / raw)
  To: buildroot

Dear Team,

I happened to download and install buildroot (default 2012.05), while checking the compiled image, I saw that python runs very slow.
for eg:

On a standard linux, Python 2.7.2 complied with glibc

#time python -c "print 'hello world'" 

hello world

real??? 0m0.077s
user??? 0m0.068s
sys???? 0m0.009s

and the same command ran on the same machine with the buildroot compiled image (not via qemu, but with the image booted through grub), python takes a lot more time

#time python -c "print 'hello world'" 

hello world
real??? 0m 0.28s
user??? 0m 0.26s
sys???? 0m 0.01s

Why would there be such a huge difference? What might I have done wrong? Has anybody of you come across such a situation?

Thanks,
Vimal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20120906/694993f0/attachment-0001.html>

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-09-06 15:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-06 14:04 [Buildroot] Python running very slow with buildroot 2012.05 Vimal Menon
2012-09-06 14:15 ` Thomas Petazzoni
2012-09-06 14:27   ` Vimal Menon
2012-09-06 14:34     ` Thomas Petazzoni
2012-09-06 14:40       ` Gustavo Zacarias
2012-09-06 15:11         ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox