- Timestamp:
- Oct 12, 2010, 2:33:55 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kde-croatia/kde4/summit/hr/summit/messages/kdesdk/kcachegrind_qt.po
r555 r624 310 310 #. +> trunk stable 311 311 #: libviews/callgraphview.cpp:1553 312 msgid "" 313 "<b>Call Graph around active Function</b>" 314 "<p>Depending on configuration, this view shows the call graph environment of the active function. Note: the shown cost is <b>only</b> the cost which is spent while the active function was actually running; i.e. the cost shown for main() - if it is visible - should be the same as the cost of the active function, as that is the part of inclusive cost of main() spent while the active function was running.</p>" 315 "<p>For cycles, blue call arrows indicate that this is an artificial call added for correct drawing which actually never happened.</p>" 316 "<p>If the graph is larger than the widget area, an overview panner is shown in one edge. There are similar visualization options to the Call Treemap; the selected function is highlighted.</p>" 312 msgid "<b>Call Graph around active Function</b><p>Depending on configuration, this view shows the call graph environment of the active function. Note: the shown cost is <b>only</b> the cost which is spent while the active function was actually running; i.e. the cost shown for main() - if it is visible - should be the same as the cost of the active function, as that is the part of inclusive cost of main() spent while the active function was running.</p><p>For cycles, blue call arrows indicate that this is an artificial call added for correct drawing which actually never happened.</p><p>If the graph is larger than the widget area, an overview panner is shown in one edge. There are similar visualization options to the Call Treemap; the selected function is highlighted.</p>" 317 313 msgstr "" 318 314 … … 677 673 #. +> trunk stable 678 674 #: libviews/callmapview.cpp:101 679 msgid "" 680 "<b>Caller Map</b>" 681 "<p>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 constraints).</p>" 675 msgid "<b>Caller Map</b><p>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 constraints).</p>" 682 676 msgstr "" 683 677 684 678 #. +> trunk stable 685 679 #: libviews/callmapview.cpp:108 686 msgid "" 687 "<b>Call Map</b>" 688 "<p>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 constraints).</p>" 680 msgid "<b>Call Map</b><p>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 constraints).</p>" 689 681 msgstr "" 690 682 691 683 #. +> trunk stable 692 684 #: libviews/callmapview.cpp:116 693 msgid "" 694 "<p>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 <em>very</em> 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 <em>before</em> drawing children. Note that size proportions can get <em>heavily</em> wrong.</p>" 695 "<p>This is a <em>TreeMap</em> 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. <em>Return</em> activates the current item.</p>" 685 msgid "<p>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 <em>very</em> 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 <em>before</em> drawing children. Note that size proportions can get <em>heavily</em> wrong.</p><p>This is a <em>TreeMap</em> 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. <em>Return</em> activates the current item.</p>" 696 686 msgstr "" 697 687 … … 929 919 #. +> trunk stable 930 920 #: libviews/callview.cpp:85 931 msgid "" 932 "<b>List of direct Callers</b>" 933 "<p>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.</p>" 934 "<p>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.</p>" 935 "<p>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.</p>" 921 msgid "<b>List of direct Callers</b><p>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.</p><p>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.</p><p>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.</p>" 936 922 msgstr "" 937 923 938 924 #. +> trunk stable 939 925 #: libviews/callview.cpp:98 940 msgid "" 941 "<b>List of direct Callees</b>" 942 "<p>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.</p>" 943 "<p>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.</p>" 926 msgid "<b>List of direct Callees</b><p>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.</p><p>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.</p>" 944 927 msgstr "" 945 928 … … 975 958 #. +> trunk stable 976 959 #: libviews/coverageview.cpp:94 977 msgid "" 978 "<b>List of all Callers</b>" 979 "<p>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 <em>Distance</em> (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).</p>" 980 "<p>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.</p>" 981 "<p>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.</p>" 982 "<p>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.</p>" 960 msgid "<b>List of all Callers</b><p>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 <em>Distance</em> (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).</p><p>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.</p><p>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.</p><p>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.</p>" 983 961 msgstr "" 984 962 985 963 #. +> trunk stable 986 964 #: libviews/coverageview.cpp:124 987 msgid "" 988 "<b>List of all Callees</b>" 989 "<p>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 <em>Distance</em> (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).</p>" 990 "<p>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.</p>" 991 "<p>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.</p>" 992 "<p>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.</p>" 965 msgid "<b>List of all Callees</b><p>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 <em>Distance</em> (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).</p><p>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.</p><p>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.</p><p>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.</p>" 993 966 msgstr "" 994 967 … … 1016 989 #. +> trunk stable 1017 990 #: libviews/eventtypeview.cpp:86 1018 msgid "" 1019 "<b>Cost Types List</b>" 1020 "<p>This list shows all cost types available and what the self/inclusive cost of the current selected function is for that cost type.</p>" 1021 "<p>By choosing a cost type from the list, you change the cost type of costs shown all over KCachegrind to be the selected one.</p>" 991 msgid "<b>Cost Types List</b><p>This list shows all cost types available and what the self/inclusive cost of the current selected function is for that cost type.</p><p>By choosing a cost type from the list, you change the cost type of costs shown all over KCachegrind to be the selected one.</p>" 1022 992 msgstr "" 1023 993 … … 1100 1070 #: libviews/functionselection.cpp:162 1101 1071 #, no-c-format 1102 msgid "" 1103 "<b>The Flat Profile</b>" 1104 "<p>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.</p>" 1105 "<p>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.</p>" 1072 msgid "<b>The Flat Profile</b><p>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.</p><p>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.</p>" 1106 1073 msgstr "" 1107 1074 … … 1162 1129 #. +> trunk stable 1163 1130 #: libviews/instrview.cpp:184 1164 msgid "" 1165 "<b>Annotated Machine Code</b>" 1166 "<p>The annotated machine code list shows the assembly instructions of the current selected function together with (self) cost spent while executing an instruction. If this is a call instruction, 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.</p>" 1167 "<p>The machine code shown is generated with the 'objdump' utility from the 'binutils' package.</p>" 1168 "<p>Select a line with call information to make the destination function of this call current.</p>" 1131 msgid "<b>Annotated Machine Code</b><p>The annotated machine code list shows the assembly instructions of the current selected function together with (self) cost spent while executing an instruction. If this is a call instruction, 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.</p><p>The machine code shown is generated with the 'objdump' utility from the 'binutils' package.</p><p>Select a line with call information to make the destination function of this call current.</p>" 1169 1132 msgstr "" 1170 1133 … … 1311 1274 #. +> trunk stable 1312 1275 #: libviews/partselection.cpp:107 1313 msgid "" 1314 "<b>The Parts Overview</b>" 1315 "<p>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.</p>" 1316 "<p>The parts are further subdivided: there is a partitioning and an callee split mode: " 1317 "<ul>" 1318 "<li>Partitioning: You see the partitioning into groups for a trace part, according to the group type selected. E.g. if ELF object groups are selected, you see colored rectangles for each used ELF object (shared library or executable), sized according to the cost spent therein.</li>" 1319 "<li>Callee: A rectangle showing the inclusive cost of the current selected function in the trace part is shown. This is split up into smaller rectangles to show the costs of its callees.</li>" 1320 "</ul>" 1321 "</p>" 1276 msgid "<b>The Parts Overview</b><p>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.</p><p>The parts are further subdivided: there is a partitioning and an callee split mode: <ul><li>Partitioning: You see the partitioning into groups for a trace part, according to the group type selected. E.g. if ELF object groups are selected, you see colored rectangles for each used ELF object (shared library or executable), sized according to the cost spent therein.</li><li>Callee: A rectangle showing the inclusive cost of the current selected function in the trace part is shown. This is split up into smaller rectangles to show the costs of its callees.</li></ul></p>" 1322 1277 msgstr "" 1323 1278 … … 1422 1377 #. +> trunk stable 1423 1378 #: libviews/partview.cpp:71 1424 msgid "" 1425 "<b>Trace Part List</b>" 1426 "<p>This list shows all trace parts of the loaded trace. For each part, the self/inclusive cost of the current selected function, spent in the part, is shown; percentage costs are always relative to the total cost <em>of the part</em> (not to the whole trace as in the Trace Part Overview). Also shown are the calls happening to/from the current function inside of the trace part.</p>" 1427 "<p>By choosing one or more trace parts from the list, the costs shown all over KCachegrind will only be the ones spent in the selected part(s). If no list selection is shown, in fact all trace parts are selected implicitly.</p>" 1428 "<p>This is a multi-selection list. You can select ranges by dragging the mouse or use SHIFT/CTRL modifiers. Selection/Deselection of trace parts can also be done by using the Trace Part Overview Dockable. This one also supports multiple selection.</p>" 1429 "<p>Note that the list is hidden if only one trace part is loaded.</p>" 1379 msgid "<b>Trace Part List</b><p>This list shows all trace parts of the loaded trace. For each part, the self/inclusive cost of the current selected function, spent in the part, is shown; percentage costs are always relative to the total cost <em>of the part</em> (not to the whole trace as in the Trace Part Overview). Also shown are the calls happening to/from the current function inside of the trace part.</p><p>By choosing one or more trace parts from the list, the costs shown all over KCachegrind will only be the ones spent in the selected part(s). If no list selection is shown, in fact all trace parts are selected implicitly.</p><p>This is a multi-selection list. You can select ranges by dragging the mouse or use SHIFT/CTRL modifiers. Selection/Deselection of trace parts can also be done by using the Trace Part Overview Dockable. This one also supports multiple selection.</p><p>Note that the list is hidden if only one trace part is loaded.</p>" 1430 1380 msgstr "" 1431 1381 … … 1449 1399 #. +> trunk stable 1450 1400 #: libviews/sourceview.cpp:88 1451 msgid "" 1452 "<b>Annotated Source</b>" 1453 "<p>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.</p>" 1454 "<p>Select a inserted call information line to make the destination function current.</p>" 1401 msgid "<b>Annotated Source</b><p>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.</p><p>Select a inserted call information line to make the destination function current.</p>" 1455 1402 msgstr "" 1456 1403 … … 1702 1649 #. +> trunk stable 1703 1650 #: libviews/tabview.cpp:651 1704 msgid "" 1705 "<b>Information Tabs</b>" 1706 "<p>This widget shows information for the currently selected function in different tabs: " 1707 "<ul>" 1708 "<li>The Costs tab shows a list of available event types and the inclusive and self-costs related to these types.</li>" 1709 "<li>The Parts tab shows a list of trace parts if the trace consists of more than one part (otherwise, this tab is hidden). The cost of the selected function spent in the different parts together with the calls happening is shown.</li>" 1710 "<li>The Call Lists tab shows direct callers and callees of the function in more detail.</li>" 1711 "<li>The Coverage tab shows the same as the Call Lists tab, but also shows indirect callers and callees, not just direct ones.</li>" 1712 "<li>The Call Graph tab shows a graphical visualization of the calls made by this function.</li>" 1713 "<li>The Source Code tab presents annotated source code if debugging information and the source file are available.</li>" 1714 "<li>The Machine Code tab presents annotated assembly instructions if profile information at instruction level is available.</li>" 1715 "</ul>" 1716 "For more information, see the <em>What's This?</em> help of the corresponding tab widget.</p>" 1651 msgid "<b>Information Tabs</b><p>This widget shows information for the currently selected function in different tabs: <ul><li>The Costs tab shows a list of available event types and the inclusive and self-costs related to these types.</li><li>The Parts tab shows a list of trace parts if the trace consists of more than one part (otherwise, this tab is hidden). The cost of the selected function spent in the different parts together with the calls happening is shown.</li><li>The Call Lists tab shows direct callers and callees of the function in more detail.</li><li>The Coverage tab shows the same as the Call Lists tab, but also shows indirect callers and callees, not just direct ones.</li><li>The Call Graph tab shows a graphical visualization of the calls made by this function.</li><li>The Source Code tab presents annotated source code if debugging information and the source file are available.</li><li>The Machine Code tab presents annotated assembly instructions if profile information at instruction level is available.</li></ul>For more information, see the <em>What's This?</em> help of the corresponding tab widget.</p>" 1717 1652 msgstr "" 1718 1653
Note: See TracChangeset
for help on using the changeset viewer.