From ff4fa4a4bcbcb8f46cd9231b0a5f3b3d19f5989c Mon Sep 17 00:00:00 2001
From: Automated System ...that the What's This? help for every GUI widget\n"
-"in KCachegrind contains detailed usage information for this widget?\n"
-"It is highly recommended to read at least these help texts on first\n"
-"use. Request What's This? help by pressing\n"
-"Shift+F1 and clicking on the widget. ...that you can get profile information at instruction level\n"
-"with Calltree when you provide the option --dump-instr=yes?\n"
-"Use the Assembler View for the instruction annotations.\n"
-" ...that you can use Alt-Left/Right keys of your keyboard to go\n"
-"back/forward in the active object history ? ...that you can navigate in the Callee/Caller Map View using\n"
-"arrow keys? Use Left/Right to change to siblings of the current\n"
-"item; use Up/Down to go one nesting level up/down. To select\n"
-"the current item, press Space, and to activate it, press Return.\n"
-" ...that you can navigate in the Call Graph View using\n"
-"arrow keys? Use Up/Down to go one calling level up/down, alternating\n"
-"between calls and functions. Use Left/Right to change to siblings of a current\n"
-"selected call. To activate the current item, press Return.\n"
-" ...that you can rapidly locate a function by entering part of its\n"
-"name (case-insensitive) into the edit line of the toolbar\n"
-"and hit return? ...that you can assign custom colors to \n"
-"ELF objects/C++ Classes/Source Files for graph coloring\n"
-"in Settings->Configure KCachegrind...? ...that you can see if debug info is available for a selected \n"
-"function by looking at the location label in the Info tab or\n"
-"the source listing header in the source tab? There must be the name of the source file (with extension).\n"
-"If KCachegrind still doesn't show the source, make sure that you\n"
-"have added the directory of the source file to the\n"
-"Source Directories list in the configuration.\n"
+#: tracedata.cpp:160
+msgid "Jump"
msgstr ""
-#: tips.txt:69
-msgid ""
-" ...that you can configure whether KCachgrind should\n"
-"show absolute event counts or relative ones (percentage display)? ...that you can configure the maximum number of items\n"
-"for all function lists in KCachegrind? Limiting the number\n"
-"of items is done to get a fast reacting GUI. The last item in\n"
-"the list will show you the number of skipped functions, together\n"
-"with a cost condition for these skipped functions. To activate a function with small costs, search for it and select\n"
-"it in the flat profile. Selecting functions with small cost will\n"
-"temporarily add them to the flat profile list. ...that the Coverage tab - in contrast to the Call Lists tab -\n"
-"shows all functions that are calling the selected function\n"
-"(upper part) / are called by the selected function (bottom part),\n"
-"no matter how many function are between them on the stack? Examples: An entry in the upper list for function foo1() with a value of 50%\n"
-"with function bar() selected means that 50% of all the cost of function\n"
-"bar() happened while called from function foo1(). An entry in the bottom list for function foo2() with a value of 50%\n"
-"with function bar() selected means that 50% of all the cost of function\n"
-"bar() happened while calling foo2() from bar(). ...that waiting for the tool tip inside of a tree map\n"
-"shows the list of names of the nested rectangles the mouse\n"
-"pointer is over? Items from this list can be selected by pressing the right\n"
-"mouse button. ...that you can constrain the cost counts shown to only a\n"
-"few parts of the whole trace by selecting these parts in the\n"
-"\"Trace Selection\" Dockable? To generate multiple parts in a profiling run with\n"
-"cachegrind, use e.g. option --cachedumps=xxx for parts\n"
-"of a length of xxx basic blocks (A basic block is a run\n"
-"of not-branching assembler statements inside of your program\n"
-"code). This graph shows the nested hierarchy of all callers of the current "
-"activated function. Each colored rectangle represents a function; its size "
-"tries to be proportional to the cost spent therein while the active function is "
-"running (however, there are drawing constrains). This graph shows the nested hierarchy of all callees of the current "
-"activated function. Each colored rectangle represents a function; its size "
-"tries to be proportional to the cost spent therein while the active function is "
-"running (however, there are drawing constrains). Appearance options can be found in the in the context menu. To get exact "
-"size proportions, choose 'Hide incorrect borders'. As this mode can be "
-"very time consuming, you may want to limit the maximum drawn nesting level "
-"before. 'Best' determinates the split direction for children from the aspect "
-"ratio of the parent. 'Always Best' decides on remaining space for each sibling. "
-"'Ignore Proportions' takes space for function name drawing before "
-"drawing children. Note that size proportions can get heavily wrong. This is a TreeMap widget. Keyboard navigation is available with the "
-"left/right arrow keys for traversing siblings, and up/down arrow keys to go a "
-"nesting level up/down. Return activates the current item. This list shows all functions calling the current selected one, either "
-"directly or with several functions in-between on the stack; the number of "
-"functions in-between plus one is called the Distance "
-"(e.g. for function A,B,C there exists a call from A to C when A calls B and B "
-"calls C, i.e. A => B => C. The distance here is 2). Absolute cost shown is the cost spent in the selected function while a "
-"listed function is active; relative cost is the percentage of all cost spent in "
-"the selected function while the listed one is active. The cost graphic shows "
-"logarithmic percentage with a different color for each distance. As there can be many calls from the same function, the distance column "
-"sometimes shows the range of distances for all calls happening; then, in "
-"parentheses, there is the medium distance, i.e. the distance where most of the "
-"call costs happened. Selecting a function makes it the current selected one of this information "
-"panel. If there are two panels (Split mode), the function of the other panel is "
-"changed instead. This list shows all functions called by the current selected one, either "
-"directly or with several function in-between on the stack; the number of "
-"function in-between plus one is called the Distance "
-"(e.g. for function A,B,C there exists a call from A to C when A calls B and B "
-"calls C, i.e. A => B => C. The distance here is 2). Absolute cost shown is the cost spent in the listed function while the "
-"selected is active; relative cost is the percentage of all cost spent in the "
-"listed function while the selected one is active. The cost graphic always shows "
-"logarithmic percentage with a different color for each distance. As there can be many calls to the same function, the distance column "
-"sometimes shows the range of distances for all calls happening; then, in "
-"parentheses, there is the medium distance, i.e. the distance where most of the "
-"call costs happened. Selecting a function makes it the current selected one of this information "
-"panel. If there are two panels (Split mode), the function of the other panel is "
-"changed instead. This list shows all functions calling the current selected one directly, "
-"together with a call count and the cost spent in the current selected function "
-"while being called from the function from the list. An icon instead of an inclusive cost specifies that this is a call inside of "
-"a recursive cycle. An inclusive cost makes no sense here. Selecting a function makes it the current selected one of this information "
-"panel. If there are two panels (Split mode), the function of the other panel is "
-"changed instead. This list shows all functions called by the current selected one directly, "
-"together with a call count and the cost spent in this function while being "
-"called from the selected function. Selecting a function makes it the current selected one of this information "
-"panel. If there are two panels (Split mode), the function of the other panel is "
-"changed instead. ...that the What's This? help for every GUI widget\n"
+"in KCachegrind contains detailed usage information for this widget?\n"
+"It is highly recommended to read at least these help texts on first\n"
+"use. Request What's This? help by pressing\n"
+"Shift+F1 and clicking on the widget. ...that you can get profile information at instruction level\n"
+"with Calltree when you provide the option --dump-instr=yes?\n"
+"Use the Assembler View for the instruction annotations.\n"
+" ...that you can use Alt-Left/Right keys of your keyboard to go\n"
+"back/forward in the active object history ? ...that you can navigate in the Callee/Caller Map View using\n"
+"arrow keys? Use Left/Right to change to siblings of the current\n"
+"item; use Up/Down to go one nesting level up/down. To select\n"
+"the current item, press Space, and to activate it, press Return.\n"
+" ...that you can navigate in the Call Graph View using\n"
+"arrow keys? Use Up/Down to go one calling level up/down, alternating\n"
+"between calls and functions. Use Left/Right to change to siblings of a current\n"
+"selected call. To activate the current item, press Return.\n"
+" ...that you can rapidly locate a function by entering part of its\n"
+"name (case-insensitive) into the edit line of the toolbar\n"
+"and hit return? ...that you can assign custom colors to \n"
+"ELF objects/C++ Classes/Source Files for graph coloring\n"
+"in Settings->Configure KCachegrind...? ...that you can see if debug info is available for a selected \n"
+"function by looking at the location label in the Info tab or\n"
+"the source listing header in the source tab? There must be the name of the source file (with extension).\n"
+"If KCachegrind still doesn't show the source, make sure that you\n"
+"have added the directory of the source file to the\n"
+"Source Directories list in the configuration.\n"
msgstr ""
-#: tracedata.cpp:2599
-msgid "(no callee)"
+#: tips.txt:69
+msgid ""
+" ...that you can configure whether KCachgrind should\n"
+"show absolute event counts or relative ones (percentage display)? ...that you can configure the maximum number of items\n"
+"for all function lists in KCachegrind? Limiting the number\n"
+"of items is done to get a fast reacting GUI. The last item in\n"
+"the list will show you the number of skipped functions, together\n"
+"with a cost condition for these skipped functions. To activate a function with small costs, search for it and select\n"
+"it in the flat profile. Selecting functions with small cost will\n"
+"temporarily add them to the flat profile list. ...that the Coverage tab - in contrast to the Call Lists tab -\n"
+"shows all functions that are calling the selected function\n"
+"(upper part) / are called by the selected function (bottom part),\n"
+"no matter how many function are between them on the stack? Examples: An entry in the upper list for function foo1() with a value of 50%\n"
+"with function bar() selected means that 50% of all the cost of function\n"
+"bar() happened while called from function foo1(). An entry in the bottom list for function foo2() with a value of 50%\n"
+"with function bar() selected means that 50% of all the cost of function\n"
+"bar() happened while calling foo2() from bar(). ...that waiting for the tool tip inside of a tree map\n"
+"shows the list of names of the nested rectangles the mouse\n"
+"pointer is over? Items from this list can be selected by pressing the right\n"
+"mouse button. A trace consists of multiple trace parts when there are several profile data "
-"files from one profile run. The Trace Part Overview dockable shows these, "
-"horizontally ordered in execution time; the rectangle sizes are proportional to "
-"the total cost spent in the parts. You can select one or several parts to "
-"constrain all costs shown to these parts only. The parts are further subdivided: there is a partitioning and an callee "
-"split mode: "
-""
-"
...that you can constrain the cost counts shown to only a\n" +"few parts of the whole trace by selecting these parts in the\n" +"\"Trace Selection\" Dockable?
\n" +"To generate multiple parts in a profiling run with\n" +"cachegrind, use e.g. option --cachedumps=xxx for parts\n" +"of a length of xxx basic blocks (A basic block is a run\n" +"of not-branching assembler statements inside of your program\n" +"code).
\n" msgstr "" -#: toplevel.cpp:313 -msgid "Top Cost Call Stack" +#: main.cpp:38 +msgid "RunThis is a purely fictional 'most probable' call stack. It is built up by " -"starting with the current selected function and adds the callers/callees with " -"highest cost at the top and to bottom.
" -"The Cost and Calls columns show the cost used for all calls " -"from the function in the line above.
" +#: main.cpp:39 +msgid "Show information of this trace" msgstr "" -#: toplevel.cpp:328 -msgid "Flat Profile" +#: main.cpp:46 +msgid "KCachegrind" msgstr "" -#: toplevel.cpp:338 +#: main.cpp:48 +msgid "TDE Frontend for Cachegrind" +msgstr "" + +#: main.cpp:50 +msgid "(C) 2002, 2003, 2004" +msgstr "" + +#: main.cpp:53 +msgid "Author/Maintainer" +msgstr "" + +#: coverageitem.cpp:65 coverageitem.cpp:205 functionitem.cpp:72 +#, c-format msgid "" -"The Flat Profile" -"The flat profile contains a group and a function selection list. The group " -"list contains all groups where costs are spent in, depending on the chosen " -"group type. The group list is hidden when group type 'Function' is selected." -"
" -"
The function list contains the functions of the selected group (or all for " -"'Function' group type), ordered by the costs spent therein. Functions with " -"costs less than 1% are hidden on default.
" +"_n: (%n function skipped)\n" +"(%n functions skipped)" msgstr "" -#. i18n: file dumpselectionbase.ui line 16 -#: rc.cpp:84 toplevel.cpp:352 toplevel.cpp:604 -#, no-c-format -msgid "Profile Dumps" +#: costlistitem.cpp:60 +#, c-format +msgid "" +"_n: (%n item skipped)\n" +"(%n items skipped)" msgstr "" -#: toplevel.cpp:362 +#: _translatorinfo.cpp:1 msgid "" -"Profile Dumps" -"This dockable shows in the top part the list of loadable profile dumps in " -"all subdirectories of: " -"
On selecting a profile dump, information for it is shown in the bottom area " -"of the dockable: " -"
Make a copy of the current layout.
" +"Caller Map" +"This graph shows the nested hierarchy of all callers of the current " +"activated function. Each colored rectangle represents a function; its size " +"tries to be proportional to the cost spent therein while the active function is " +"running (however, there are drawing constrains).
" msgstr "" -#: toplevel.cpp:461 +#: callmapview.cpp:105 msgid "" -"Remove Current Layout" -"Delete current layout and make the previous active.
" +"Call Map" +"This graph shows the nested hierarchy of all callees of the current " +"activated function. Each colored rectangle represents a function; its size " +"tries to be proportional to the cost spent therein while the active function is " +"running (however, there are drawing constrains).
" msgstr "" -#: toplevel.cpp:465 -msgid "&Go to Next" +#: callmapview.cpp:113 +msgid "" +"Appearance options can be found in the in the context menu. To get exact " +"size proportions, choose 'Hide incorrect borders'. As this mode can be " +"very time consuming, you may want to limit the maximum drawn nesting level " +"before. 'Best' determinates the split direction for children from the aspect " +"ratio of the parent. 'Always Best' decides on remaining space for each sibling. " +"'Ignore Proportions' takes space for function name drawing before " +"drawing children. Note that size proportions can get heavily wrong.
" +"This is a TreeMap widget. Keyboard navigation is available with the " +"left/right arrow keys for traversing siblings, and up/down arrow keys to go a " +"nesting level up/down. Return activates the current item.
" msgstr "" -#: toplevel.cpp:469 -msgid "Go to Next Layout" +#: callmapview.cpp:167 +msgid "Go To" msgstr "" -#: toplevel.cpp:472 -msgid "&Go to Previous" +#: callmapview.cpp:184 +msgid "Stop at Depth" msgstr "" -#: toplevel.cpp:476 -msgid "Go to Previous Layout" +#: callmapview.cpp:187 treemap.cpp:3101 +msgid "No Depth Limit" msgstr "" -#: toplevel.cpp:479 -msgid "&Restore to Default" +#: callmapview.cpp:190 +msgid "Depth 10" msgstr "" -#: toplevel.cpp:482 -msgid "Restore Layouts to Default" +#: callmapview.cpp:192 +msgid "Depth 15" msgstr "" -#: toplevel.cpp:485 -msgid "&Save as Default" +#: callmapview.cpp:194 +msgid "Depth 20" msgstr "" -#: toplevel.cpp:488 -msgid "Save Layouts as Default" +#: callmapview.cpp:198 treemap.cpp:3107 +msgid "Depth of '%1' (%2)" msgstr "" -#: toplevel.cpp:499 -msgid "NewOpen new empty KCachegrind window.
" +#: callmapview.cpp:204 +msgid "Decrement Depth (to %1)" msgstr "" -#: toplevel.cpp:502 -msgid "&Add..." +#: callmapview.cpp:205 +msgid "Increment Depth (to %1)" msgstr "" -#: toplevel.cpp:505 -msgid "" -"Add Profile Data" -"This opens an additional profile data file in the current window.
" +#: callmapview.cpp:209 +msgid "Stop at Function" msgstr "" -#: toplevel.cpp:517 -msgid "Reload Profile DataThis loads any new created parts, too.
" +#: callmapview.cpp:210 +msgid "No Function Limit" msgstr "" -#: toplevel.cpp:521 -msgid "&Export Graph" +#: callmapview.cpp:240 +msgid "Stop at Area" msgstr "" -#: toplevel.cpp:525 -msgid "" -"Export Call Graph" -"Generates a file with extension .dot for the tools of the GraphViz " -"package.
" +#: callmapview.cpp:243 treemap.cpp:3039 +msgid "No Area Limit" msgstr "" -#: toplevel.cpp:531 -msgid "&Force Dump" +#: callmapview.cpp:246 +msgid "50 Pixels" msgstr "" -#: toplevel.cpp:540 -msgid "" -"Force Dump" -"This forces a dump for a Callgrind profile run in the current directory. " -"This action is checked while KCachegrind looks for the dump. If the dump is " -"finished, it automatically reloads the current trace. If this is the one from " -"the running Callgrind, the new created trace part will be loaded, too.
" -"Force dump creates a file 'callgrind.cmd', and checks every second for its " -"existence. A running Callgrind will detect this file, dump a trace part, and " -"delete 'callgrind.cmd'. The deletion is detected by KCachegrind, and it does a " -"Reload. If there's no Callgrind running, press 'Force Dump' again to " -"cancel the dump request. This deletes 'callgrind.cmd' itself and stops polling " -"for a new dump.
" -"Note: A Callgrind run only detects existence of 'callgrind.cmd' " -"when actively running a few milliseconds, i.e. not " -"sleeping. Tip: For a profiled GUI program, you can awake Callgrind e.g. by " -"resizing a window of the program.
" +#: callmapview.cpp:248 +msgid "100 Pixels" msgstr "" -#: toplevel.cpp:565 -msgid "" -"Open Profile Data" -"This opens a profile data file, with possible multiple parts
" +#: callmapview.cpp:250 +msgid "200 Pixels" msgstr "" -#: toplevel.cpp:581 -msgid "Show/Hide the Parts Overview Dockable" +#: callmapview.cpp:252 +msgid "500 Pixels" msgstr "" -#: toplevel.cpp:585 -msgid "Call Stack" +#: callmapview.cpp:258 treemap.cpp:3045 +msgid "Area of '%1' (%2)" msgstr "" -#: toplevel.cpp:590 -msgid "Show/Hide the Call Stack Dockable" +#: callmapview.cpp:264 treemap.cpp:3071 +msgid "Double Area Limit (to %1)" msgstr "" -#. i18n: file functionselectionbase.ui line 16 -#: rc.cpp:297 toplevel.cpp:594 -#, no-c-format -msgid "Function Profile" +#: callmapview.cpp:266 +msgid "Half Area Limit (to %1)" msgstr "" -#: toplevel.cpp:599 -msgid "Show/Hide the Function Profile Dockable" +#: callmapview.cpp:273 +msgid "Visualisation" msgstr "" -#: toplevel.cpp:609 -msgid "Show/Hide the Profile Dumps Dockable" +#: callmapview.cpp:277 +msgid "Split Direction" msgstr "" -#: toplevel.cpp:614 -msgid "Show Relative Costs" +#: callmapview.cpp:279 +msgid "Skip Incorrect Borders" msgstr "" -#: toplevel.cpp:621 -msgid "Show Absolute Costs" +#: callmapview.cpp:284 +msgid "Border Width" msgstr "" -#: toplevel.cpp:624 -msgid "Show relative instead of absolute costs" +#: callmapview.cpp:285 +msgid "Border 0" msgstr "" -#: toplevel.cpp:628 -msgid "Percentage Relative to Parent" +#: callmapview.cpp:288 +msgid "Border 1" msgstr "" -#: toplevel.cpp:634 -msgid "Show percentage costs relative to parent" +#: callmapview.cpp:290 +msgid "Border 2" msgstr "" -#: toplevel.cpp:638 -msgid "" -"Show percentage costs relative to parent" -"If this is switched off, percentage costs are always shown relative to the " -"total cost of the profile part(s) that are currently browsed. By turning on " -"this option, percentage cost of shown cost items will be relative to the parent " -"cost item." -"
Cost Type | " -"Parent Cost |
Function Cumulative | " -"Total |
Function Self | " -"Function Group (*) / Total |
Call | " -"Function Cumulative |
Source Line | " -"Function Cumulative |
(*) Only if function grouping is switched on (e.g. ELF object grouping)." -msgstr "" - -#: toplevel.cpp:653 -msgid "Do Cycle Detection" -msgstr "" - -#: toplevel.cpp:659 -msgid "Skip Cycle Detection" -msgstr "" - -#: toplevel.cpp:662 -msgid "" -"Detect recursive cycles" -"
If this is switched off, the treemap drawing will show black areas when a " -"recursive call is made instead of drawing the recursion ad infinitum. Note that " -"the size of black areas often will be wrong, as inside recursive cycles the " -"cost of calls cannot be determined; the error is small, however, for false " -"cycles (see documentation)." -"
The correct handling for cycles is to detect them and collapse all functions " -"of a cycle into a virtual function, which is done when this option is selected. " -"Unfortunately, with GUI applications, this often will lead to huge false " -"cycles, making the analysis impossible; therefore, there is the option to " -"switch this off." -msgstr "" - -#: toplevel.cpp:684 toplevel.cpp:724 -msgid "Go back in function selection history" -msgstr "" - -#: toplevel.cpp:690 toplevel.cpp:736 -msgid "Go forward in function selection history" -msgstr "" - -#: toplevel.cpp:696 toplevel.cpp:710 -msgid "" -"Go Up" -"
Go to last selected caller of current function. If no caller was visited, " -"use that with highest cost.
" -msgstr "" - -#: toplevel.cpp:702 -msgid "&Up" -msgstr "" - -#: toplevel.cpp:741 toplevel.cpp:1646 -msgid "Primary Event Type" -msgstr "" - -#: toplevel.cpp:743 -msgid "Select primary event type of costs" -msgstr "" - -#: toplevel.cpp:753 toplevel.cpp:1649 -msgid "Secondary Event Type" -msgstr "" - -#: toplevel.cpp:755 -msgid "Select secondary event type for cost e.g. shown in annotations" -msgstr "" - -#: functionselection.cpp:243 toplevel.cpp:763 -msgid "Grouping" -msgstr "" - -#: toplevel.cpp:766 -msgid "Select how functions are grouped into higher level cost items" -msgstr "" - -#: functionselection.cpp:52 toplevel.cpp:772 -msgid "(No Grouping)" -msgstr "" - -#: toplevel.cpp:782 -msgid "Split" -msgstr "" - -#: toplevel.cpp:786 -msgid "Show two information panels" -msgstr "" - -#: toplevel.cpp:790 -msgid "SplitQt::Horizontal" -msgstr "" - -#: toplevel.cpp:795 -msgid "Change Split Qt::Orientation when main window is split." -msgstr "" - -#: toplevel.cpp:803 -msgid "Tip of the &Day..." -msgstr "" - -#: toplevel.cpp:804 -msgid "Show \"Tip of the Day\"" -msgstr "" - -#: toplevel.cpp:1007 toplevel.cpp:1056 -msgid "" -"cachegrind.out* callgrind.out*|Callgrind Profile Data\n" -"*|All Files" -msgstr "" - -#: toplevel.cpp:1009 -msgid "Select Callgrind Profile Data" -msgstr "" - -#: toplevel.cpp:1058 -msgid "Add Callgrind Profile Data" -msgstr "" - -#: toplevel.cpp:1216 toplevel.cpp:1569 -msgid "(Hidden)" -msgstr "" - -#: toplevel.cpp:1621 -msgid "Hide" -msgstr "" - -#: toplevel.cpp:1654 -msgid "Show Absolute Cost" +#: callmapview.cpp:292 +msgid "Border 3" msgstr "" -#: toplevel.cpp:1657 -msgid "Show Relative Cost" +#: callmapview.cpp:297 +msgid "Draw Symbol Names" msgstr "" -#: toplevel.cpp:1688 -msgid "Go Forward" +#: callmapview.cpp:298 +msgid "Draw Cost" msgstr "" -#: toplevel.cpp:1689 -msgid "Go Up" +#: callmapview.cpp:299 +msgid "Draw Location" msgstr "" -#: toplevel.cpp:1921 -#, c-format -msgid "Layout Count: %1" +#: callmapview.cpp:300 +msgid "Draw Calls" msgstr "" -#: toplevel.cpp:1928 -msgid "No profile data file loaded." +#: callmapview.cpp:303 partselection.cpp:342 +msgid "Ignore Proportions" msgstr "" -#: toplevel.cpp:1937 -msgid "Total %1 Cost: %2" +#: callmapview.cpp:304 partselection.cpp:344 treemap.cpp:2887 +msgid "Allow Rotation" msgstr "" -#: toplevel.cpp:1949 -msgid "No event type selected" +#: callmapview.cpp:321 treemap.cpp:2889 +msgid "Shading" msgstr "" -#: toplevel.cpp:2194 toplevel.cpp:2230 toplevel.cpp:2266 -msgid "(No Stack)" +#: callmapview.cpp:431 +msgid "Call Map: Current is '%1'" msgstr "" -#: toplevel.cpp:2200 -msgid "(No next function)" +#: callmapview.cpp:599 +msgid "(no function)" msgstr "" -#: toplevel.cpp:2236 -msgid "(No previous function)" +#: callmapview.cpp:741 callmapview.cpp:858 +msgid "(no call)" msgstr "" -#: toplevel.cpp:2271 -msgid "(No Function Up)" +#: instritem.cpp:106 sourceitem.cpp:86 +msgid "Active call to '%1'" msgstr "" -#: costlistitem.cpp:60 -#, c-format +#: instritem.cpp:108 sourceitem.cpp:88 msgid "" -"_n: (%n item skipped)\n" -"(%n items skipped)" +"_n: %n call to '%1'\n" +"%n calls to '%1'" msgstr "" #: sourceitem.cpp:125 @@ -1326,6 +1201,10 @@ msgstr "" msgid "Jump %1 times to %2" msgstr "" +#: instritem.cpp:185 sourceitem.cpp:169 +msgid "(cycle)" +msgstr "" + #: costtypeview.cpp:42 msgid "Event Type" msgstr "" @@ -1381,585 +1260,573 @@ msgstr "" msgid "New Cost Type %1" msgstr "" -#: costtypeitem.cpp:56 -msgid "Unknown Type" +#: callview.cpp:45 instrview.cpp:127 sourceview.cpp:52 +msgid "Cost 2" msgstr "" -#. i18n: file dumpselectionbase.ui line 906 -#: instrview.cpp:125 rc.cpp:264 sourceview.cpp:50 -#, no-c-format -msgid "#" +#: callview.cpp:47 callview.cpp:51 +msgid "Count" msgstr "" -#: sourceview.cpp:54 sourceview.cpp:554 -msgid "Source (unknown)" +#: callview.cpp:48 coverageview.cpp:50 +msgid "Caller" msgstr "" -#: sourceview.cpp:89 +#: callview.cpp:52 coverageview.cpp:56 +msgid "Callee" +msgstr "" + +#: callview.cpp:85 msgid "" -"Annotated Source" -"The annotated source list shows the source lines of the current selected " -"function together with (self) cost spent while executing the code of this " -"source line. If there was a call in a source line, lines with details on the " -"call happening are inserted into the source: the cost spent inside of the call, " -"the number of calls happening, and the call destination.
" -"Select a inserted call information line to make the destination function " -"current.
" +"List of direct Callers" +"This list shows all functions calling the current selected one directly, " +"together with a call count and the cost spent in the current selected function " +"while being called from the function from the list.
" +"An icon instead of an inclusive cost specifies that this is a call inside of " +"a recursive cycle. An inclusive cost makes no sense here.
" +"Selecting a function makes it the current selected one of this information " +"panel. If there are two panels (Split mode), the function of the other panel is " +"changed instead.
" msgstr "" -#: sourceview.cpp:120 -#, c-format -msgid "Go to Line %1" +#: callview.cpp:98 +msgid "" +"List of direct Callees" +"This list shows all functions called by the current selected one directly, " +"together with a call count and the cost spent in this function while being " +"called from the selected function.
" +"Selecting a function makes it the current selected one of this information " +"panel. If there are two panels (Split mode), the function of the other panel is " +"changed instead.
" msgstr "" -#: sourceview.cpp:293 -msgid "(No Source)" +#: callgraphview.cpp:2396 callgraphview.cpp:2400 callgraphview.cpp:2418 +#: callview.cpp:123 callview.cpp:128 coverageview.cpp:166 instrview.cpp:191 +#: sourceview.cpp:116 +msgid "Go to '%1'" msgstr "" -#: sourceview.cpp:512 -msgid "There is no cost of current selected type associated" +#: cachegrindloader.cpp:141 +msgid "Import filter for Cachegrind/Callgrind generated profile data files" msgstr "" -#: sourceview.cpp:514 -msgid "with any source line of this function in file" +#: cachegrindloader.cpp:738 +#, c-format +msgid "Loading %1" msgstr "" -#: sourceview.cpp:518 -msgid "Thus, no annotated source can be shown." +#: toplevel.cpp:283 +msgid "" +"The Parts Overview" +"A trace consists of multiple trace parts when there are several profile data " +"files from one profile run. The Trace Part Overview dockable shows these, " +"horizontally ordered in execution time; the rectangle sizes are proportional to " +"the total cost spent in the parts. You can select one or several parts to " +"constrain all costs shown to these parts only.
" +"The parts are further subdivided: there is a partitioning and an callee " +"split mode: " +"
This is a purely fictional 'most probable' call stack. It is built up by " +"starting with the current selected function and adds the callers/callees with " +"highest cost at the top and to bottom.
" +"The Cost and Calls columns show the cost used for all calls " +"from the function in the line above.
" msgstr "" -#: sourceview.cpp:560 -msgid "--- Inlined from unknown source ---" +#: toplevel.cpp:328 +msgid "Flat Profile" msgstr "" -#: sourceview.cpp:565 -msgid "There is no source available for the following function:" +#: toplevel.cpp:338 +msgid "" +"The Flat Profile" +"The flat profile contains a group and a function selection list. The group " +"list contains all groups where costs are spent in, depending on the chosen " +"group type. The group list is hidden when group type 'Function' is selected." +"
" +"
The function list contains the functions of the selected group (or all for " +"'Function' group type), ordered by the costs spent therein. Functions with " +"costs less than 1% are hidden on default.
" msgstr "" -#: sourceview.cpp:570 -msgid "This is because no debug information is present." +#: toplevel.cpp:362 +msgid "" +"Profile Dumps" +"This dockable shows in the top part the list of loadable profile dumps in " +"all subdirectories of: " +"
On selecting a profile dump, information for it is shown in the bottom area " +"of the dockable: " +"
Make a copy of the current layout.
" msgstr "" -#: sourceview.cpp:583 -msgid "This is because its source file cannot be found:" +#: toplevel.cpp:461 +msgid "" +"Remove Current Layout" +"Delete current layout and make the previous active.
" msgstr "" -#: sourceview.cpp:587 -msgid "Add the folder of this file to the source folder list." +#: toplevel.cpp:465 +msgid "&Go to Next" msgstr "" -#: sourceview.cpp:589 -msgid "The list can be found in the configuration dialog." +#: toplevel.cpp:469 +msgid "Go to Next Layout" msgstr "" -#: functionselection.cpp:176 -#, c-format -msgid "Go to %1" +#: toplevel.cpp:472 +msgid "&Go to Previous" msgstr "" -#: functionselection.cpp:203 -msgid "Show All Items" +#: toplevel.cpp:476 +msgid "Go to Previous Layout" msgstr "" -#: functionselection.cpp:226 -msgid "No Grouping" +#: toplevel.cpp:479 +msgid "&Restore to Default" msgstr "" -#. i18n: file tdecachegrindui.rc line 15 -#: rc.cpp:9 -#, no-c-format -msgid "&Layout" +#: toplevel.cpp:482 +msgid "Restore Layouts to Default" msgstr "" -#. i18n: file tdecachegrindui.rc line 32 -#: rc.cpp:12 -#, no-c-format -msgid "Sidebars" +#: toplevel.cpp:485 +msgid "&Save as Default" msgstr "" -#. i18n: file tdecachegrindui.rc line 54 -#: rc.cpp:18 -#, no-c-format -msgid "State Toolbar" +#: toplevel.cpp:488 +msgid "Save Layouts as Default" msgstr "" -#. i18n: file configdlgbase.ui line 37 -#: rc.cpp:24 -#, no-c-format -msgid "General" +#: toplevel.cpp:499 +msgid "NewOpen new empty KCachegrind window.
" msgstr "" -#. i18n: file configdlgbase.ui line 69 -#: rc.cpp:27 -#, no-c-format -msgid "Truncated when more/longer than:" +#: toplevel.cpp:502 +msgid "&Add..." msgstr "" -#. i18n: file configdlgbase.ui line 77 -#: rc.cpp:30 -#, no-c-format -msgid "Precision of percentage values:" +#: toplevel.cpp:505 +msgid "" +"Add Profile Data" +"This opens an additional profile data file in the current window.
" msgstr "" -#. i18n: file configdlgbase.ui line 85 -#: rc.cpp:33 -#, no-c-format -msgid "Symbols in tooltips and context menus" +#: toplevel.cpp:517 +msgid "Reload Profile DataThis loads any new created parts, too.
" msgstr "" -#. i18n: file configdlgbase.ui line 141 -#: rc.cpp:36 -#, no-c-format -msgid "Maximum number of items in lists:" +#: toplevel.cpp:521 +msgid "&Export Graph" msgstr "" -#. i18n: file configdlgbase.ui line 162 -#: rc.cpp:39 -#, no-c-format -msgid "Cost Item Colors" +#: toplevel.cpp:525 +msgid "" +"Export Call Graph" +"Generates a file with extension .dot for the tools of the GraphViz " +"package.
" msgstr "" -#. i18n: file configdlgbase.ui line 246 -#: callgraphview.cpp:2562 rc.cpp:42 rc.cpp:51 rc.cpp:54 -#, no-c-format -msgid "Automatic" +#: toplevel.cpp:531 +msgid "&Force Dump" msgstr "" -#. i18n: file configdlgbase.ui line 254 -#: rc.cpp:45 -#, no-c-format -msgid "Object:" +#: toplevel.cpp:540 +msgid "" +"Force Dump" +"This forces a dump for a Callgrind profile run in the current directory. " +"This action is checked while KCachegrind looks for the dump. If the dump is " +"finished, it automatically reloads the current trace. If this is the one from " +"the running Callgrind, the new created trace part will be loaded, too.
" +"Force dump creates a file 'callgrind.cmd', and checks every second for its " +"existence. A running Callgrind will detect this file, dump a trace part, and " +"delete 'callgrind.cmd'. The deletion is detected by KCachegrind, and it does a " +"Reload. If there's no Callgrind running, press 'Force Dump' again to " +"cancel the dump request. This deletes 'callgrind.cmd' itself and stops polling " +"for a new dump.
" +"Note: A Callgrind run only detects existence of 'callgrind.cmd' " +"when actively running a few milliseconds, i.e. not " +"sleeping. Tip: For a profiled GUI program, you can awake Callgrind e.g. by " +"resizing a window of the program.
" msgstr "" -#. i18n: file configdlgbase.ui line 262 -#: rc.cpp:48 -#, no-c-format -msgid "Class:" +#: toplevel.cpp:565 +msgid "" +"Open Profile Data" +"This opens a profile data file, with possible multiple parts
" msgstr "" -#. i18n: file configdlgbase.ui line 310 -#: rc.cpp:57 -#, no-c-format -msgid "File:" +#: toplevel.cpp:581 +msgid "Show/Hide the Parts Overview Dockable" msgstr "" -#. i18n: file configdlgbase.ui line 376 -#: rc.cpp:60 -#, no-c-format -msgid "Annotations" +#: toplevel.cpp:585 +msgid "Call Stack" msgstr "" -#. i18n: file configdlgbase.ui line 395 -#: rc.cpp:63 -#, no-c-format -msgid "Context lines in annotations:" +#: toplevel.cpp:590 +msgid "Show/Hide the Call Stack Dockable" msgstr "" -#. i18n: file configdlgbase.ui line 423 -#: rc.cpp:66 -#, no-c-format -msgid "Source Folders" +#: toplevel.cpp:599 +msgid "Show/Hide the Function Profile Dockable" msgstr "" -#. i18n: file configdlgbase.ui line 454 -#: rc.cpp:69 -#, no-c-format -msgid "Object / Related Source Base" +#: toplevel.cpp:609 +msgid "Show/Hide the Profile Dumps Dockable" msgstr "" -#. i18n: file configdlgbase.ui line 483 -#: rc.cpp:72 -#, no-c-format -msgid "Add..." +#: toplevel.cpp:614 +msgid "Show Relative Costs" msgstr "" -#. i18n: file dumpselectionbase.ui line 32 -#: rc.cpp:87 -#, no-c-format -msgid "Target" +#: toplevel.cpp:621 +msgid "Show Absolute Costs" msgstr "" -#. i18n: file dumpselectionbase.ui line 54 -#: rc.cpp:90 -#, no-c-format -msgid "Time" +#: toplevel.cpp:624 +msgid "Show relative instead of absolute costs" msgstr "" -#. i18n: file dumpselectionbase.ui line 65 -#: rc.cpp:93 -#, no-c-format -msgid "Path" +#: toplevel.cpp:628 +msgid "Percentage Relative to Parent" msgstr "" -#. i18n: file dumpselectionbase.ui line 106 -#: rc.cpp:99 -#, no-c-format -msgid "Target command:" +#: toplevel.cpp:634 +msgid "Show percentage costs relative to parent" msgstr "" -#. i18n: file dumpselectionbase.ui line 119 -#: rc.cpp:102 -#, no-c-format -msgid "Profiler options:" +#: toplevel.cpp:638 +msgid "" +"Show percentage costs relative to parent" +"If this is switched off, percentage costs are always shown relative to the " +"total cost of the profile part(s) that are currently browsed. By turning on " +"this option, percentage cost of shown cost items will be relative to the parent " +"cost item." +"
Cost Type | " +"Parent Cost |
Function Cumulative | " +"Total |
Function Self | " +"Function Group (*) / Total |
Call | " +"Function Cumulative |
Source Line | " +"Function Cumulative |
(*) Only if function grouping is switched on (e.g. ELF object grouping)." msgstr "" -#. i18n: file dumpselectionbase.ui line 125 -#: rc.cpp:105 -#, no-c-format -msgid "Option" +#: toplevel.cpp:653 +msgid "Do Cycle Detection" msgstr "" -#. i18n: file dumpselectionbase.ui line 136 -#: rc.cpp:108 rc.cpp:219 -#, no-c-format -msgid "Value" +#: toplevel.cpp:659 +msgid "Skip Cycle Detection" msgstr "" -#. i18n: file dumpselectionbase.ui line 147 -#: rc.cpp:111 -#, no-c-format -msgid "Trace" +#: toplevel.cpp:662 +msgid "" +"Detect recursive cycles" +"
If this is switched off, the treemap drawing will show black areas when a " +"recursive call is made instead of drawing the recursion ad infinitum. Note that " +"the size of black areas often will be wrong, as inside recursive cycles the " +"cost of calls cannot be determined; the error is small, however, for false " +"cycles (see documentation)." +"
The correct handling for cycles is to detect them and collapse all functions " +"of a cycle into a virtual function, which is done when this option is selected. " +"Unfortunately, with GUI applications, this often will lead to huge false " +"cycles, making the analysis impossible; therefore, there is the option to " +"switch this off." msgstr "" -#. i18n: file dumpselectionbase.ui line 160 -#: rc.cpp:114 rc.cpp:237 -#, no-c-format -msgid "Jumps" +#: toplevel.cpp:684 toplevel.cpp:724 +msgid "Go back in function selection history" msgstr "" -#. i18n: file dumpselectionbase.ui line 174 -#: rc.cpp:117 -#, no-c-format -msgid "Instructions" +#: toplevel.cpp:690 toplevel.cpp:736 +msgid "Go forward in function selection history" msgstr "" -#. i18n: file dumpselectionbase.ui line 189 -#: rc.cpp:120 rc.cpp:240 -#, no-c-format -msgid "Events" +#: toplevel.cpp:696 toplevel.cpp:710 +msgid "" +"Go Up" +"
Go to last selected caller of current function. If no caller was visited, " +"use that with highest cost.
" msgstr "" -#. i18n: file dumpselectionbase.ui line 202 -#: rc.cpp:123 -#, no-c-format -msgid "Full Cache" +#: toplevel.cpp:702 +msgid "&Up" msgstr "" -#. i18n: file dumpselectionbase.ui line 216 -#: rc.cpp:126 -#, no-c-format -msgid "Custom" +#: toplevel.cpp:741 toplevel.cpp:1646 +msgid "Primary Event Type" msgstr "" -#. i18n: file dumpselectionbase.ui line 231 -#: rc.cpp:129 -#, no-c-format -msgid "Collect" +#: toplevel.cpp:743 +msgid "Select primary event type of costs" msgstr "" -#. i18n: file dumpselectionbase.ui line 244 -#: rc.cpp:132 -#, no-c-format -msgid "At Startup" +#: toplevel.cpp:753 toplevel.cpp:1649 +msgid "Secondary Event Type" msgstr "" -#. i18n: file dumpselectionbase.ui line 258 -#: rc.cpp:135 -#, no-c-format -msgid "While In" +#: toplevel.cpp:755 +msgid "Select secondary event type for cost e.g. shown in annotations" msgstr "" -#. i18n: file dumpselectionbase.ui line 273 -#: rc.cpp:138 -#, no-c-format -msgid "Skip" +#: functionselection.cpp:243 toplevel.cpp:763 +msgid "Grouping" msgstr "" -#. i18n: file dumpselectionbase.ui line 286 -#: rc.cpp:141 -#, no-c-format -msgid "PLT" +#: toplevel.cpp:766 +msgid "Select how functions are grouped into higher level cost items" msgstr "" -#. i18n: file dumpselectionbase.ui line 315 -#: rc.cpp:147 -#, no-c-format -msgid "Dump Profile" +#: functionselection.cpp:52 toplevel.cpp:772 +msgid "(No Grouping)" msgstr "" -#. i18n: file dumpselectionbase.ui line 328 -#: rc.cpp:150 -#, no-c-format -msgid "Every BBs" +#: toplevel.cpp:782 +msgid "Split" msgstr "" -#. i18n: file dumpselectionbase.ui line 342 -#: rc.cpp:153 rc.cpp:162 -#, no-c-format -msgid "On Entering" +#: toplevel.cpp:786 +msgid "Show two information panels" msgstr "" -#. i18n: file dumpselectionbase.ui line 356 -#: rc.cpp:156 -#, no-c-format -msgid "On Leaving" +#: toplevel.cpp:790 +msgid "SplitQt::Horizontal" msgstr "" -#. i18n: file dumpselectionbase.ui line 371 -#: rc.cpp:159 -#, no-c-format -msgid "Zero Events" +#: toplevel.cpp:795 +msgid "Change Split Qt::Orientation when main window is split." msgstr "" -#. i18n: file dumpselectionbase.ui line 399 -#: rc.cpp:165 -#, no-c-format -msgid "Separate" +#: toplevel.cpp:803 +msgid "Tip of the &Day..." msgstr "" -#. i18n: file dumpselectionbase.ui line 412 -#: rc.cpp:168 -#, no-c-format -msgid "Threads" +#: toplevel.cpp:804 +msgid "Show \"Tip of the Day\"" msgstr "" -#. i18n: file dumpselectionbase.ui line 426 -#: rc.cpp:171 -#, no-c-format -msgid "Recursions" +#: toplevel.cpp:1007 toplevel.cpp:1056 +msgid "" +"cachegrind.out* callgrind.out*|Callgrind Profile Data\n" +"*|All Files" msgstr "" -#. i18n: file dumpselectionbase.ui line 440 -#: rc.cpp:174 -#, no-c-format -msgid "Call Chain" +#: toplevel.cpp:1009 +msgid "Select Callgrind Profile Data" msgstr "" -#. i18n: file dumpselectionbase.ui line 470 -#: rc.cpp:177 -#, no-c-format -msgid "Custom profiler options:" +#: toplevel.cpp:1058 +msgid "Add Callgrind Profile Data" msgstr "" -#. i18n: file dumpselectionbase.ui line 508 -#: rc.cpp:180 -#, no-c-format -msgid "Run New Profile" +#: toplevel.cpp:1216 toplevel.cpp:1569 +msgid "(Hidden)" msgstr "" -#. i18n: file dumpselectionbase.ui line 520 -#: rc.cpp:183 -#, no-c-format -msgid "Info" +#: toplevel.cpp:1621 +msgid "Hide" msgstr "" -#. i18n: file dumpselectionbase.ui line 531 -#: rc.cpp:186 -#, no-c-format -msgid "Dump reason:" +#: toplevel.cpp:1654 +msgid "Show Absolute Cost" msgstr "" -#. i18n: file dumpselectionbase.ui line 544 -#: rc.cpp:189 -#, no-c-format -msgid "Event summary:" +#: toplevel.cpp:1657 +msgid "Show Relative Cost" +msgstr "" + +#: partselection.cpp:302 toplevel.cpp:1687 +msgid "Go Back" msgstr "" -#. i18n: file dumpselectionbase.ui line 561 -#: rc.cpp:195 -#, no-c-format -msgid "Sum" +#: toplevel.cpp:1688 +msgid "Go Forward" msgstr "" -#. i18n: file dumpselectionbase.ui line 579 -#: rc.cpp:198 -#, no-c-format -msgid "Miscellaneous:" +#: toplevel.cpp:1689 +msgid "Go Up" msgstr "" -#. i18n: file dumpselectionbase.ui line 617 -#: rc.cpp:201 -#, no-c-format -msgid "Show" +#: toplevel.cpp:1921 +#, c-format +msgid "Layout Count: %1" msgstr "" -#. i18n: file dumpselectionbase.ui line 625 -#: rc.cpp:204 -#, no-c-format -msgid "Compare" +#: toplevel.cpp:1928 +msgid "No profile data file loaded." msgstr "" -#. i18n: file dumpselectionbase.ui line 637 -#: rc.cpp:207 -#, no-c-format -msgid "State" +#: toplevel.cpp:1937 +msgid "Total %1 Cost: %2" msgstr "" -#. i18n: file dumpselectionbase.ui line 656 -#: rc.cpp:210 -#, no-c-format -msgid "Update" +#: toplevel.cpp:1949 +msgid "No event type selected" msgstr "" -#. i18n: file dumpselectionbase.ui line 664 -#: rc.cpp:213 -#, no-c-format -msgid "Every [s]:" +#: toplevel.cpp:2194 toplevel.cpp:2230 toplevel.cpp:2266 +msgid "(No Stack)" msgstr "" -#. i18n: file dumpselectionbase.ui line 677 -#: rc.cpp:216 -#, no-c-format -msgid "Counter" +#: toplevel.cpp:2200 +msgid "(No next function)" msgstr "" -#. i18n: file dumpselectionbase.ui line 699 -#: rc.cpp:222 -#, no-c-format -msgid "Dumps Done" +#: toplevel.cpp:2236 +msgid "(No previous function)" msgstr "" -#. i18n: file dumpselectionbase.ui line 713 -#: rc.cpp:225 -#, no-c-format -msgid "Is Collecting" +#: toplevel.cpp:2271 +msgid "(No Function Up)" msgstr "" -#. i18n: file dumpselectionbase.ui line 727 -#: rc.cpp:228 -#, no-c-format -msgid "Executed" +#: costtypeitem.cpp:56 +msgid "Unknown Type" msgstr "" -#. i18n: file dumpselectionbase.ui line 740 -#: rc.cpp:231 -#, no-c-format -msgid "Basic Blocks" +#: functionselection.cpp:176 +#, c-format +msgid "Go to %1" msgstr "" -#. i18n: file dumpselectionbase.ui line 796 -#: rc.cpp:243 -#, no-c-format -msgid "Ir" +#: functionselection.cpp:203 +msgid "Show All Items" msgstr "" -#. i18n: file dumpselectionbase.ui line 811 -#: rc.cpp:246 -#, no-c-format -msgid "Distinct" +#: functionselection.cpp:226 +msgid "No Grouping" msgstr "" -#. i18n: file dumpselectionbase.ui line 838 -#: rc.cpp:252 -#, no-c-format -msgid "Functions" +#: sourceview.cpp:54 sourceview.cpp:554 +msgid "Source (unknown)" msgstr "" -#. i18n: file dumpselectionbase.ui line 852 -#: rc.cpp:255 -#, no-c-format -msgid "Contexts" +#: sourceview.cpp:89 +msgid "" +"Annotated Source" +"The annotated source list shows the source lines of the current selected " +"function together with (self) cost spent while executing the code of this " +"source line. If there was a call in a source line, lines with details on the " +"call happening are inserted into the source: the cost spent inside of the call, " +"the number of calls happening, and the call destination.
" +"Select a inserted call information line to make the destination function " +"current.
" msgstr "" -#. i18n: file dumpselectionbase.ui line 890 -#: rc.cpp:258 -#, no-c-format -msgid "Stack trace:" +#: sourceview.cpp:120 +#, c-format +msgid "Go to Line %1" msgstr "" -#. i18n: file dumpselectionbase.ui line 898 -#: rc.cpp:261 -#, no-c-format -msgid "Sync." +#: sourceview.cpp:293 +msgid "(No Source)" msgstr "" -#. i18n: file dumpselectionbase.ui line 976 -#: rc.cpp:279 -#, no-c-format -msgid "Start" +#: sourceview.cpp:512 +msgid "There is no cost of current selected type associated" msgstr "" -#. i18n: file dumpselectionbase.ui line 1001 -#: rc.cpp:282 -#, no-c-format -msgid "Zero" +#: sourceview.cpp:514 +msgid "with any source line of this function in file" msgstr "" -#. i18n: file dumpselectionbase.ui line 1009 -#: rc.cpp:285 -#, no-c-format -msgid "Dump" +#: sourceview.cpp:518 +msgid "Thus, no annotated source can be shown." msgstr "" -#. i18n: file dumpselectionbase.ui line 1021 -#: rc.cpp:288 -#, no-c-format -msgid "Messages" +#: sourceview.cpp:553 +msgid "Source ('%1')" msgstr "" -#. i18n: file dumpselectionbase.ui line 1045 -#: rc.cpp:291 -#, no-c-format -msgid "Kill Run" +#: sourceview.cpp:559 +msgid "--- Inlined from '%1' ---" msgstr "" -#. i18n: file functionselectionbase.ui line 41 -#: rc.cpp:300 -#, no-c-format -msgid "&Search:" +#: sourceview.cpp:560 +msgid "--- Inlined from unknown source ---" msgstr "" -#. i18n: file functionselectionbase.ui line 73 -#: rc.cpp:306 -#, no-c-format -msgid "Group" +#: sourceview.cpp:565 +msgid "There is no source available for the following function:" msgstr "" -#. i18n: file partselectionbase.ui line 60 -#: rc.cpp:327 -#, no-c-format -msgid "(no trace parts)" +#: sourceview.cpp:570 +msgid "This is because no debug information is present." msgstr "" -#. i18n: file stackselectionbase.ui line 16 -#: rc.cpp:330 -#, no-c-format -msgid "Stack Selection" +#: sourceview.cpp:572 +msgid "Recompile source and redo the profile run." msgstr "" -#. i18n: file stackselectionbase.ui line 42 -#: rc.cpp:336 -#, no-c-format -msgid "Cost2" +#: sourceview.cpp:575 +msgid "The function is located in this ELF object:" msgstr "" -#: partgraph.cpp:167 -#, c-format -msgid "Profile Part %1" +#: sourceview.cpp:583 +msgid "This is because its source file cannot be found:" msgstr "" -#: partgraph.cpp:226 -msgid "(no trace)" +#: sourceview.cpp:587 +msgid "Add the folder of this file to the source folder list." msgstr "" -#: partgraph.cpp:229 -msgid "(no part)" +#: sourceview.cpp:589 +msgid "The list can be found in the configuration dialog." msgstr "" #: configuration.cpp:67 @@ -2038,6 +1905,36 @@ msgstr "" msgid "Cycle Estimation" msgstr "" +#: configdlg.cpp:60 +msgid "Source Files" +msgstr "" + +#: configdlg.cpp:61 +msgid "C++ Classes" +msgstr "" + +#: configdlg.cpp:62 +msgid "Function (no Grouping)" +msgstr "" + +#: configdlg.cpp:157 configdlg.cpp:350 configdlg.cpp:371 +msgid "(always)" +msgstr "" + +#: configdlg.cpp:210 +msgid "KCachegrind Configuration" +msgstr "" + +#: configdlg.cpp:211 +msgid "" +"The Maximum Number of List Items should be below 500.The previous set value " +"(%1) will still be used." +msgstr "" + +#: configdlg.cpp:384 +msgid "Choose Source Folder" +msgstr "" + #: partview.cpp:51 msgid "Comment" msgstr "" @@ -2077,17 +1974,6 @@ msgstr "" msgid "Show All" msgstr "" -#: traceitemview.cpp:53 -msgid "No description available" -msgstr "" - -#: coverageitem.cpp:65 coverageitem.cpp:205 functionitem.cpp:72 -#, c-format -msgid "" -"_n: (%n function skipped)\n" -"(%n functions skipped)" -msgstr "" - #: callgraphview.cpp:306 #, c-format msgid "Call(s) from %1" @@ -2346,114 +2232,96 @@ msgstr "" msgid "Graph" msgstr "" -#: callgraphview.cpp:2571 -msgid "Birds-eye View" -msgstr "" - -#: treemap.cpp:1281 -#, c-format -msgid "Text %1" -msgstr "" - -#: treemap.cpp:2809 -msgid "Recursive Bisection" -msgstr "" - -#: treemap.cpp:2810 -msgid "Columns" +#: callgraphview.cpp:2570 partselection.cpp:320 +msgid "Visualization" msgstr "" - -#: treemap.cpp:2811 -msgid "Rows" + +#: callgraphview.cpp:2571 +msgid "Birds-eye View" msgstr "" -#: treemap.cpp:2812 -msgid "Always Best" +#: partlistitem.cpp:49 +msgid " (Thread %1)" msgstr "" -#: treemap.cpp:2813 -msgid "Best" +#: partlistitem.cpp:56 +msgid "(none)" msgstr "" -#: treemap.cpp:2814 -msgid "Alternate (V)" +#: callitem.cpp:82 partlistitem.cpp:152 +msgid "(active)" msgstr "" -#: treemap.cpp:2815 -msgid "Alternate (H)" +#: partselection.cpp:151 +msgid "Profile Part Overview: Current is '%1'" msgstr "" -#: treemap.cpp:2872 -msgid "Nesting" +#: partselection.cpp:287 +msgid "Deselect" msgstr "" -#: treemap.cpp:2875 -msgid "Correct Borders Only" +#: partselection.cpp:287 partselection.cpp:311 +msgid "Select" msgstr "" -#: treemap.cpp:2877 treemap.cpp:2878 treemap.cpp:2879 treemap.cpp:2880 -#, c-format -msgid "Width %1" +#: partselection.cpp:292 +msgid "Select All Parts" msgstr "" -#: treemap.cpp:2902 -msgid "Visible" +#: partselection.cpp:294 +msgid "Visible Parts" msgstr "" -#: treemap.cpp:2903 -msgid "Take Space From Children" +#: partselection.cpp:296 +msgid "Hide Selected Parts" msgstr "" -#: treemap.cpp:2905 -msgid "Top Left" +#: partselection.cpp:297 +msgid "Unhide Hidden Parts" msgstr "" -#: treemap.cpp:2906 -msgid "Top Center" +#: partselection.cpp:322 +msgid "Partitioning Mode" msgstr "" -#: treemap.cpp:2907 -msgid "Top Right" +#: partselection.cpp:323 +msgid "Diagram Mode" msgstr "" -#: treemap.cpp:2909 -msgid "Bottom Center" +#: partselection.cpp:324 +msgid "Zoom Function" msgstr "" -#: treemap.cpp:2910 -msgid "Bottom Right" +#: partselection.cpp:325 +msgid "Show Direct Calls" msgstr "" -#: treemap.cpp:2987 -msgid "No %1 Limit" +#: partselection.cpp:326 +msgid "Increment Shown Call Levels" msgstr "" -#: treemap.cpp:3056 treemap.cpp:3067 -#, c-format -msgid "" -"_n: 1 Pixel\n" -"%n Pixels" +#: partselection.cpp:340 +msgid "Draw Names" msgstr "" -#: treemap.cpp:3073 -msgid "Halve Area Limit (to %1)" +#: partselection.cpp:341 +msgid "Draw Costs" msgstr "" -#: treemap.cpp:3118 -#, c-format -msgid "Depth %1" +#: partselection.cpp:343 +msgid "Draw Frames" msgstr "" -#: treemap.cpp:3122 -msgid "Decrement (to %1)" +#: partselection.cpp:359 +msgid "Hide Info" msgstr "" -#: treemap.cpp:3124 -msgid "Increment (to %1)" +#: partselection.cpp:361 +msgid "Show Info" msgstr "" -#: callitem.cpp:82 partlistitem.cpp:152 -msgid "(active)" +#: partselection.cpp:541 +msgid "(no trace loaded)" msgstr "" #: instrview.cpp:129 @@ -2554,34 +2422,166 @@ msgstr "" msgid "Check that the ELF object used in the command exists." msgstr "" -#: partlistitem.cpp:49 -msgid " (Thread %1)" +#: instritem.cpp:137 +msgid "Jump %1 of %2 times to 0x%3" msgstr "" -#: partlistitem.cpp:56 -msgid "(none)" +#: instritem.cpp:142 +msgid "Jump %1 times to 0x%2" msgstr "" -#: main.cpp:38 -msgid "RunThis list shows all functions calling the current selected one, either " +"directly or with several functions in-between on the stack; the number of " +"functions in-between plus one is called the Distance " +"(e.g. for function A,B,C there exists a call from A to C when A calls B and B " +"calls C, i.e. A => B => C. The distance here is 2).
" +"Absolute cost shown is the cost spent in the selected function while a " +"listed function is active; relative cost is the percentage of all cost spent in " +"the selected function while the listed one is active. The cost graphic shows " +"logarithmic percentage with a different color for each distance.
" +"As there can be many calls from the same function, the distance column " +"sometimes shows the range of distances for all calls happening; then, in " +"parentheses, there is the medium distance, i.e. the distance where most of the " +"call costs happened.
" +"Selecting a function makes it the current selected one of this information " +"panel. If there are two panels (Split mode), the function of the other panel is " +"changed instead.
" +msgstr "" + +#: coverageview.cpp:120 +msgid "" +"List of all Callees" +"This list shows all functions called by the current selected one, either " +"directly or with several function in-between on the stack; the number of " +"function in-between plus one is called the Distance " +"(e.g. for function A,B,C there exists a call from A to C when A calls B and B " +"calls C, i.e. A => B => C. The distance here is 2).
" +"Absolute cost shown is the cost spent in the listed function while the " +"selected is active; relative cost is the percentage of all cost spent in the " +"listed function while the selected one is active. The cost graphic always shows " +"logarithmic percentage with a different color for each distance.
" +"As there can be many calls to the same function, the distance column " +"sometimes shows the range of distances for all calls happening; then, in " +"parentheses, there is the medium distance, i.e. the distance where most of the " +"call costs happened.
" +"Selecting a function makes it the current selected one of this information " +"panel. If there are two panels (Split mode), the function of the other panel is " +"changed instead.
" msgstr "" -- cgit v1.2.1