DEC
30
2005
|
Simplistic KDE performance numbersHiya, here's a *very* simple way to get a performance number for KDE: $ time konsole -e sh -c exit This gave me the following numbers: 0.75 seconds on a notebook, Sempron 3000+, SUSE 10.0 (as a comparison xterm takes 0.1 seconds for this). What numbers do you get ? Happy new year P.S. some days ago I had to compile the cdrtools written by Joerg Schilling from sources. I downloaded cdrtools sources and tried to build them. They shouted in my face that GNU make is broken and I should install smake written by Joerg Schilling. So I did this. As if we would need another make implementation...
|
![]() |
Comments
And that performance number is not very useful
Konsole is usually launched either
- via kdeinit
- directly when KDE is prelinked
You've measured something that doesn't matter much.
kdeinit
Try
time kwrapper konsole -e sh -c exit
then ;-)
Once you replace the sleep(1) in wrapper.c with a small nanosleep it may actually be useful.
Not only software packages
> ... written by Joerg Schilling ...
He recently started a complete distribution of OpenSolaris:
And if you're looking for a flamewar then just say something negative about Solaris in the heise.de forum. (No, I didn't try it myself. ;-) )
hmmm. do you know how to
hmmm. do you know how to accurately measure this? i'd love to see some serious comparisons between several apps... comparing apps against each other in performance is quite difficult under linux.
MacMini
Got 4.799s on the MacMini with KUbuntu 5.10 and kde 3.4.3... :S
XOrg
I tried it on Debian SID with xorg 6.8.2 and it said 1.0 more or less but I've upgraded and now it tells 0m0.796s, is it possible? :S
HP OmniBook xt1000, 1.2GHz,
HP OmniBook xt1000, 1.2GHz, 256mb RAM.
real 0m6.944s
user 0m1.481s
sys 0m0.227s
That is while qt-copy is compiling, though ;-)
Values in
Values in milliseconds with 10 samples each...
Konsole: mean 549.2, stdev 4.21
XTerm: mean 104.6, stdev 4.65
Not to mention, Konsole uses around 75% of that time on the CPU, and XTerm's highest usage was 24%.