From 2020f146a7175288d0aaf15cd91b95e545bbb915 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 30 Jan 2012 12:23:09 -0600 Subject: Rename ksocket and kcache --- doc/kcachegrind/CMakeLists.txt | 2 +- doc/kcachegrind/index.docbook | 60 +++++++++++++++++++++--------------------- 2 files changed, 31 insertions(+), 31 deletions(-) (limited to 'doc/kcachegrind') diff --git a/doc/kcachegrind/CMakeLists.txt b/doc/kcachegrind/CMakeLists.txt index 7e7cb518..3b193ed5 100644 --- a/doc/kcachegrind/CMakeLists.txt +++ b/doc/kcachegrind/CMakeLists.txt @@ -9,4 +9,4 @@ # ################################################# -tde_create_handbook( DESTINATION kcachegrind ) +tde_create_handbook( DESTINATION tdecachegrind ) diff --git a/doc/kcachegrind/index.docbook b/doc/kcachegrind/index.docbook index 85a19160..11caf052 100644 --- a/doc/kcachegrind/index.docbook +++ b/doc/kcachegrind/index.docbook @@ -1,12 +1,12 @@ KCachegrind'> + KCachegrind'> Cachegrind"> Calltree"> Callgrind"> Valgrind"> OProfile"> - + @@ -17,7 +17,7 @@ -The &kcachegrind; Handbook +The &tdecachegrind; Handbook @@ -43,7 +43,7 @@ -&kcachegrind; is a profile data visualization tool, written using the &kde; environment. +&tdecachegrind; is a profile data visualization tool, written using the &kde; environment. @@ -186,14 +186,14 @@ Besides a list of functions sorted according exclusive or inclusive cost metrics - -Using &kcachegrind; + +Using &tdecachegrind; Generate Data to Visualize First, one wants to generate performance data by measuring aspects of the -runtime characteristics of an application, using a profiling tool. &kcachegrind; +runtime characteristics of an application, using a profiling tool. &tdecachegrind; itself does not include any profiling tool, but is good in being used together with &callgrind;, and by using a converter, also can be used to visualize data produced with &oprofile;. Although the scope of this manual is not to document profiling @@ -205,8 +205,8 @@ with these tools, the next section provides short quickstart tutorials to get yo &callgrind; is available from - -http://kcachegrind.sf.net. + +http://tdecachegrind.sf.net. Note that it previously was called &calltree;, but that name was misleading. @@ -217,7 +217,7 @@ Most common use is to prefix the command line to start your application with
callgrind myprogram myargs
At program termination, a file callgrind.out.pid will be -generated which can be loaded into &kcachegrind;. +generated which can be loaded into &tdecachegrind;.
@@ -234,7 +234,7 @@ callgrind --dump-before=KonqMainWindow::slotReload konqueror @@ -256,14 +256,14 @@ as all actions on the system can be observed; therefore, the following has to be First, configure the profiling process, using the GUI oprof_start or the command-line tool opcontrol. Standard configuration should be timer mode (TBS, see introduction). To start the measurement, run opcontrol -s. Then run the application you are interested in and, afterwards, do a opcontrol -d. This will write out -the measurement results into files under directory /var/lib/oprofile/samples/. To be able to visualize the data in &kcachegrind;, do in an empty directory: +the measurement results into files under directory /var/lib/oprofile/samples/. To be able to visualize the data in &tdecachegrind;, do in an empty directory:
opreport -gdf | op2callgrind
This will produce a lot of files, one for every program which was running -on the system. Each one can be loaded into &kcachegrind; on its own. +on the system. Each one can be loaded into &tdecachegrind; on its own. @@ -273,7 +273,7 @@ on the system. Each one can be loaded into &kcachegrind; on its own. User Interface Basics -When starting &kcachegrind; with a profile data file as argument, or after loading one with File/Open, you will see a sidebar containing the function list +When starting &tdecachegrind; with a profile data file as argument, or after loading one with File/Open, you will see a sidebar containing the function list at the left; and, on the right the main part, an area with visualizations for a selected function. This visualization area can be arbitrarily configured to show multiple visualizations at once. @@ -297,20 +297,20 @@ A first overview of the runtime characteristics should be given when you select To explore the GUI further, in addition to this manual, also have a look at the documentation section on the web site - -http://kcachegrind.sf.net. + +http://tdecachegrind.sf.net. Also, -every widget in &kcachegrind; has What's this help. +every widget in &tdecachegrind; has What's this help.
- + Basic Concepts -This chapter explains some concepts of the &kcachegrind;, and +This chapter explains some concepts of the &tdecachegrind;, and introduces terms used in the interface. @@ -618,8 +618,8 @@ Select such a call information line to activate the call destination. Command Reference - -The main &kcachegrind; window + +The main &tdecachegrind; window @@ -768,14 +768,14 @@ This is most interesting after another profile data file was generated for an al -What is &kcachegrind; for? I have no idea. +What is &tdecachegrind; for? I have no idea. -&kcachegrind; is a helpful at a later stage in software development, +&tdecachegrind; is a helpful at a later stage in software development, called Profiling. If you don't develop applications, you don't need -&kcachegrind;. +&tdecachegrind;. @@ -896,15 +896,15 @@ users. Installation - -How to obtain &kcachegrind; + +How to obtain &tdecachegrind; -&kcachegrind; is part of the &package; package of &kde;. For less supported +&tdecachegrind; is part of the &package; package of &kde;. For less supported interim releases, &callgrind; and further documentation, see the homepage at - -http://kcachegrind.sf.net. Look there for + +http://tdecachegrind.sf.net. Look there for further installation and compile instructions. @@ -913,7 +913,7 @@ further installation and compile instructions. Requirements -In order to successfully use &kcachegrind;, you need &kde; 3.x. For +In order to successfully use &tdecachegrind;, you need &kde; 3.x. For generating profile data, &cachegrind; or &calltree;/&callgrind; is recommend. -- cgit v1.2.1