|
|
06-13-2012
, 12:33 PM
|
|
Posts: 168 |
Thanked: 331 times |
Joined on Jan 2011
|
#112
|
i might ask smth stupid, if so tell me. But how can i install kp-settings without also installing kp, flasher, modules. Wouldn't cssu kernel be enough for kp-settings?
| The Following 5 Users Say Thank You to hxka For This Useful Post: | ||
|
|
06-13-2012
, 02:34 PM
|
|
Posts: 308 |
Thanked: 343 times |
Joined on Dec 2010
|
#113
|
| The Following 4 Users Say Thank You to Android_808 For This Useful Post: | ||
|
|
06-14-2012
, 06:18 PM
|
|
Posts: 961 |
Thanked: 938 times |
Joined on Feb 2011
|
#114
|
| The Following 3 Users Say Thank You to szopin For This Useful Post: | ||
|
|
06-14-2012
, 06:28 PM
|
|
Posts: 961 |
Thanked: 938 times |
Joined on Feb 2011
|
#115
|
Hmm, according to:
Nokia-N900:~# time cat /root/libQtGui.so.4.7.4 > /dev/null
real 0m 5.52s
user 0m 0.00s
sys 0m 5.30s
Nokia-N900:~# time cat /opt/libQtGui.so.4.7.4 > /dev/null
real 0m 4.97s
user 0m 0.03s
sys 0m 1.02s
I should move Qt back to /opt ASAP.
Any thoughts?
Note:
libQtGui.so.4.7.4 is 95510528 bytes long (QtGui debug symbols)
| The Following User Says Thank You to szopin For This Useful Post: | ||
|
|
06-14-2012
, 06:36 PM
|
|
Posts: 961 |
Thanked: 938 times |
Joined on Feb 2011
|
#116
|
Now it turns out this (rootfs is faster) is an urban legend. Not only that, but it consumes CPU time too, so most probably soon there will be an update which will move Qt back to /opt
| The Following 2 Users Say Thank You to szopin For This Useful Post: | ||
|
|
06-15-2012
, 02:20 AM
|
|
Posts: 112 |
Thanked: 90 times |
Joined on Nov 2010
|
#117
|
| The Following User Says Thank You to nkirk For This Useful Post: | ||
|
|
06-15-2012
, 02:56 AM
|
|
Posts: 2,180 |
Thanked: 8,291 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#118
|
Same as comparisons of class 10 vs class 4 SD cards. Random readwrites make all the differnce for something like booting ubuntu. For HD recording none. In different tests you will get different answers. Try reads from rootfs of highly compressed data like binaries/.o's. Totally different results when writing 1010101... sequentially, all kind of algorithms kick in in between your test and actual write(/read). Best method to check is just starting microb as Nokia made it (rootfs) while clocking and/or camcording time. Restart, move to opt, symlink, restart, clock it and camcord it again and compare. No place for placebo bias.
. Is is all about the read operations, and there is where rootfs is not only slower, but consumes 90% CPU time to achieve that slowness. BTW the reason i choose 95MB file to do the read test was to get rid of cache/buffers/whatever effects on the speed.Except for easy test confirming compression is taking place (so probably not an urban legend) I cannot tell much more. As this is very undetailed ground, who knows, maybe there is a HW solution Nokia implemented for compressing rootfs on the go and it should be(is?) faster. I definitely did not say it is slower by using CPU time (probably should have, seems logical), there might be a compression chip doing it (slowness could be introduced by it or by use case, 10kb txt file could go faster maybe, no idea, but microb starts faster for me from opt so that was my conclusion)
| The Following 17 Users Say Thank You to freemangordon For This Useful Post: | ||
|
|
06-15-2012
, 06:54 AM
|
|
Posts: 345 |
Thanked: 260 times |
Joined on Jan 2010
|
#119
|
| The Following 5 Users Say Thank You to Megaltariak For This Useful Post: | ||
|
|
06-15-2012
, 07:21 AM
|
|
|
Posts: 1,468 |
Thanked: 1,894 times |
Joined on Jul 2011
@ not your mom's basement
|
#120
|
| The Following 3 Users Say Thank You to don_falcone For This Useful Post: | ||
![]() |
| Tags |
| code size, dinosaurs, fmg.da.king, performance, thumb, thumb life |
| Thread Tools | Search this Thread |
|
Last edited by Raimu; 06-13-2012 at 12:26 PM.