diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-05 21:46:23 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-05 21:46:23 -0500 |
commit | 1e81063308485e2f5f6375a410a41cb310ef7bbd (patch) | |
tree | 9ff3197accd24b2274346fdfe2027b2fd3101bdb /kinit/README | |
parent | a1941684d6db9d5a16f9f360c9d5b7fbab8b587e (diff) | |
download | tdelibs-1e81063308485e2f5f6375a410a41cb310ef7bbd.tar.gz tdelibs-1e81063308485e2f5f6375a410a41cb310ef7bbd.zip |
Rename kde libraries to tde
Diffstat (limited to 'kinit/README')
-rw-r--r-- | kinit/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kinit/README b/kinit/README index ea52b0235..624847a47 100644 --- a/kinit/README +++ b/kinit/README @@ -29,7 +29,7 @@ it uses need to be linked. Startup Speed ============= -Starting an application linked against libqt, libkdecore and libkdeui +Starting an application linked against libqt, libtdecore and libtdeui in the conventional way takes approx. 150ms on a Pentium III - 500Mhz. Starting the same application via kdeinit takes less than 10ms. @@ -39,7 +39,7 @@ constructor requires an extra 100ms in both cases) Memory Usage ============ -An application linked against libqt, libkdecore and libkdeui started +An application linked against libqt, libtdecore and libtdeui started in the conventional way requires about 498Kb memory. (average of 10 instances) If the same application is started via kdeinit it requires about 142Kb. A difference of 356Kb (application |