Comment 4 for bug 78710

Revision history for this message
mihai.ile (mihai.ile) wrote :

I had some time and made another test, this time in Gusty.
I repeated the test several times, so the user and sys time are almost constant, no big change between the several tryes.
Here you have in one folder only one file, a png file, and in the other folder more that 2000 thumbnails.
The real time of course it does not matter, because it has to do with how long I keep the window open.

mihai007@mihai007-laptop:~/Desktop/eog test$ cat /etc/issue
Ubuntu 7.10 \n \l

mihai007@mihai007-laptop:~/Desktop/eog test$ ls *.png | wc -l
1
mihai007@mihai007-laptop:~/Desktop/eog test$ time eog 0a3fbbafbe0cf0204ed48a54c8766d64.png

real 0m10.744s
user 0m0.252s
sys 0m0.048s
mihai007@mihai007-laptop:~/Desktop/eog test$ cd /home/mihai007/.thumbnails/normal/
mihai007@mihai007-laptop:~/.thumbnails/normal$ ls *.png | wc -l
2298
mihai007@mihai007-laptop:~/.thumbnails/normal$ time eog 0a3fbbafbe0cf0204ed48a54c8766d64.png

real 0m13.799s
user 0m1.756s
sys 0m0.080s
mihai007@mihai007-laptop:~/.thumbnails/normal$