summaryrefslogtreecommitdiffstats
path: root/doc/html/emb-performance.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 14:18:50 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 14:18:50 +0900
commit9f5d59f33644aaadd7af43db86734a3294250a02 (patch)
tree4a15ec2d023078bbee1a5b00dfb02e72972d0cd3 /doc/html/emb-performance.html
parentff63338d189a49a16b29a503ba23727cfa7e2e66 (diff)
downloadtqt3-9f5d59f33644aaadd7af43db86734a3294250a02.tar.gz
tqt3-9f5d59f33644aaadd7af43db86734a3294250a02.zip
qt -> tqt conversion:
qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/emb-performance.html')
-rw-r--r--doc/html/emb-performance.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/emb-performance.html b/doc/html/emb-performance.html
index 7906bba6d..27d7caaf1 100644
--- a/doc/html/emb-performance.html
+++ b/doc/html/emb-performance.html
@@ -60,9 +60,9 @@ user invokes it).
</h2>
<a name="2"></a><p> A lot of CPU and memory is used by the ELF linking process. You can
make significant savings by using a static build of your application
-suite. This means that rather than having a dynamic library (<tt>libqte.so</tt>) and a collection of executables which link dynamically to
+suite. This means that rather than having a dynamic library (<tt>libtqte.so</tt>) and a collection of executables which link dynamically to
that library, you build all the applications into a single executable
-and statically link that with a static library (<tt>libqt.a</tt>). This
+and statically link that with a static library (<tt>libtqt.a</tt>). This
improves start-up time, and reduces memory usage, at the expense of
flexibility (to add a new application, you must recompile the single
executable) and robustness (if one application has a bug, it might