# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Alexander Lakhin Depending on configuration, this "
"view shows the call graph environment of the active function. Note: the "
"shown cost is only 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> For cycles, blue call arrows indicate that this is an artificial call "
"added for correct drawing which actually never happened. 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. В зависимости от конфигурации "
"это представление показывает окружение вызова активной функции. Заметьте, "
"что показанная стоимость — это только стоимость, накопленная, когда "
"активная функция действительно работала; например, стоимость для main() "
"(если она показывается) должна быть равна стоимости активной функции, так "
"как она составляет включённую стоимость main(), накопленную, когда работала "
"активная функция. Для циклов синие стрелки вызовов показывают, что это "
"искусственный вызов, добавленный для иллюстрации, но никогда не "
"происходивший. Если граф больше размера панели, с краю появляется окно "
"обзора. Подобный механизм визуализации есть и в дереве вызовов; при этом "
"выбранная функция выделяется цветом. 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). Этот граф показывает иерархическую схему "
"вложенности всех функций, вызывающих текущую активную. Каждая функция "
"представляется цветным прямоугольником, при этом его размер пропорционален "
"стоимости, накопленной во время выполнения активной функции (хотя возможны "
"неточности из-за ограничений изображения). 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). Этот граф показывает иерархическую схему вызовов для "
"текущей активной функции. Каждая функция представляется цветным "
"прямоугольником, при этом его размер пропорционален стоимости, накопленной "
"во время выполнения активной функции (хотя возможны неточности из-за "
"ограничений изображения). 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"
"em> activates the current item. Параметры отображения можно найти в контекстном меню. Чтобы получить "
"точные пропорции размеров, выберите пункт «Убрать неточные границы». Так как "
"построение в этом режиме может выполняться очень долго, возможно "
"предварительно вам стоит уменьшить предел вложенности. Кроме того, вы можете "
"выбрать различные варианты разделения: «Наилучший» определяет направление "
"разделения для потомков, исходя из соотношения сторон родителя; «Всегда "
"наилучший» учитывает оставшееся место для каждого потомка; «Игнорировать "
"пропорции» выделяет место для отображения имени функции до "
"отображения потомков. Заметьте, что при этом пропорции могут быть "
"значительно искажены. Всё это реализует виджет "
"Древовидная карта, предоставляющий также возможности навигации с "
"помощью клавиш-стрелок влево/вправо по соседним элементам, и вверх/вниз — на "
"уровень вложенности выше/ниже. Клавиша Enter активирует текущий "
"элемент. 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."
"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. Этот список содержит все функции, "
"непосредственно вызывающие текущую выбранную, с количеством вызовов и "
"стоимостью, накопленной в текущей функции при вызове из данной функции в "
"списке. Значок вместо включённой стоимости указывает на то, что этот "
"вызов имеет место в рекурсивном цикле. В таком случае включённая стоимость "
"не имеет смысла. При выборе функции она становится текущей в этой "
"информационной панели. Если включены две панели (в режиме разделения), "
"сменяется функция в другой панели. 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> 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, 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)."
"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> 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. Этот список содержит все функции, вызывающие "
"текущую выбранную, непосредственно или через несколько других функций в "
"стеке. Число промежуточных функций плюс один называется Дистанцией "
"(например, для функций A и C таких, что A вызывает C косвенно, вызывая B, "
"которая в свою очередь вызывает C (т.е. A => B => C), дистанция будет равна "
"2). Абсолютная стоимость здесь — это стоимость, накопленная в "
"выбранной функции, пока была активна данная функция в списке, а "
"относительная — процент всей стоимости, накопленной в выбранной функции, "
"пока была активна функция в списке. График стоимости показывает "
"логарифмическое отношение стоимости, выделяя цветами разные дистанции."
"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 "
"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)."
"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> 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. Этот список содержит все функции, вызываемые "
"текущей выбранной, непосредственно или через несколько функций в стеке. "
"Число промежуточных функций плюс один называется Дистанцией "
"(например, для функций A и C таких, что A вызывает C косвенно, вызывая B, "
"которая в свою очередь вызывает C (т.е. A => B => C), дистанция будет равна "
"2). Абсолютная стоимость здесь — это стоимость, накопленная в функции "
"в списке, пока была активна выбранная, а относительная — процент всей "
"стоимости, накопленной в функции в списке, пока была активна выбранная. "
"График стоимости показывает логарифмическое отношение стоимости, выделяя "
"цветами разные дистанции. Так как функции могут вызываться из одной и "
"той же функции по-разному, в столбце «Дистанция» может отображаться диапазон "
"дистанций для всех происходивших вызовов, при этом в скобках указывается "
"средняя дистанция, т.е. дистанция, с которой связана наибольшая стоимость."
"p> При выборе функции она становится текущей в этой информационной панели. "
"Если включены две панели (в режиме разделения), сменяется функция в другой "
"панели. This list shows all cost types available and what "
"the self/inclusive cost of the current selected function is for that cost "
"type. By choosing a cost type from the list, you change the cost type "
"of costs shown all over KCachegrind to be the selected one. Этот список содержит все доступные типы "
"стоимости и определения, что понимается под стоимостью самой функции/"
"включённой стоимостью данного типа для текущей функции. Выбрав тип "
"стоимости в этом списке, вы измените тип стоимостей, отображаемых везде в "
"KCachegrind, на заданный. 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. Эта панель содержит список групп и список выбора "
"функции. Список групп включает все группы, с которыми связана стоимость, в "
"зависимости от выбранного типа группировки. При выборе типа «Без "
"группировки» этот список скрывается. Список функций включает функции "
"выбранной группы (или все функции, если выбран тип «Без группировки»), "
"упорядоченные по накопленной в них стоимости. Функции со стоимостью меньше "
"1% по умолчанию не показываются. 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. The machine code shown is generated with the 'objdump' "
"utility from the 'binutils' package. Select a line with call "
"information to make the destination function of this call current. Эта панель содержит список с "
"инструкциями ассемблера, образующими текущую выбранную функцию, и стоимостью "
"выполнения каждой инструкции. Если это инструкция вызова (call), в список "
"добавляются дополнительные строки с информацией о данном вызове: стоимость, "
"накопленная внутри вызова, число вызовов и целевой адрес. Показанный "
"здесь машинный код генерируется утилитой objdump из пакета binutils."
"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. The parts are further subdivided: there is a partitioning and an "
"callee split mode:
Трассировка состоит из нескольких частей, когда в " "результате одного профилирования создаются несколько файлов с данными. Эти " "части показываются в данной панели в виде прямоугольников, упорядоченных по " "времени выполнения, при этом их размеры пропорциональны общей стоимости " "частей. Вы можете выбрать одну или несколько частей, чтобы получить " "стоимости, относящиеся только к ним.
При этом возможны два варианта их " "дальнейшего разбиения:
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 of the part (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.
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.
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>
Note that the list is hidden if only one trace part is loaded.
" msgstr "" "Список частей трассировкиЭтот список содержит все части " "загруженной трассировки. Для каждой части показывается стоимость самой/" "включённая стоимость текущей выбранной функции, относящаяся к данной части. " "Процент стоимости рассчитывается относительно общей стоимости части " "(а не трассировки, как в «Обзоре частей»). Также здесь показываются вызовы " "текущей функции/из текущей функции, относящиеся к данной части трассировки." "p>
При выборе одной или нескольких частей в этом списке KCachegrind будет " "везде отображать только ту стоимость, которая относится к выбранной части " "(частям). Если в этом списке ничего не выбрано, подразумевается, что выбраны " "все части трассировки.
Этот список поддерживает множественное " "выделение. Вы можете выделить несколько частей/их диапазоны, перетягивая " "мышь или используя SHIFT/CTRL. Выделить/отменить выделение частей " "трассировки можно также в панели «Обзор частей». Она также поддерживает " "множественный выбор.
Заметьте, что список частей не показывается, если " "загружена только одна часть.
" #: libviews/sourceitem.cpp:139 #, qt-format msgid "Jump %1 of %2 times to %3" msgstr "Переход к %3 (кол-во: %1 из %2)" #: libviews/sourceitem.cpp:144 #, qt-format msgid "Jump %1 times to %2" msgstr "Переход к %2 (кол-во: %1)" #: libviews/sourceview.cpp:66 libviews/sourceview.cpp:663 msgid "Source (unknown)" msgstr "Исходный код (неизвестен)" #: libviews/sourceview.cpp:94 msgid "" "Annotated SourceThe 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 "" "Исходный код с аннотациямиДанный список содержит строки исходного " "кода для текущей выбранной функции со стоимостью самого кода, накопленной " "при выполнении данных строк. Если в какой-либо строке выполнялся вызов, " "дополнительно добавляются строки с информацией о данном вызове: стоимость, " "накопленная внутри вызова, число вызовов и целевая функция.
При выборе " "строки с информацией о вызове вызываемая функция становится текущей.
" #: libviews/sourceview.cpp:126 #, qt-format msgid "Go to Line %1" msgstr "Перейти к строке %1" #: libviews/sourceview.cpp:317 msgid "(No Source)" msgstr "(нет исходного кода)" #: libviews/sourceview.cpp:632 msgid "There is no cost of current selected type associated" msgstr "Стоимость текущего типа не связана" #: libviews/sourceview.cpp:634 msgid "with any source line of this function in file" msgstr "ни с одной строкой исходного кода этой функции в файле" #: libviews/sourceview.cpp:638 msgid "Thus, no annotated source can be shown." msgstr "Поэтому исходный код с аннотациями не может быть показан." #: libviews/sourceview.cpp:662 #, qt-format msgid "Source ('%1')" msgstr "Исходный код ('%1')" #: libviews/sourceview.cpp:668 #, qt-format msgid "--- Inlined from '%1' ---" msgstr "--- Внедрён из «%1» ---" #: libviews/sourceview.cpp:669 msgid "--- Inlined from unknown source ---" msgstr "--- Внедрён из неизвестного источника ---" #: libviews/sourceview.cpp:674 msgid "There is no source available for the following function:" msgstr "Исходного кода следующей функции нет:" #: libviews/sourceview.cpp:679 msgid "This is because no debug information is present." msgstr "из-за отсутствия отладочной информации." #: libviews/sourceview.cpp:681 msgid "Recompile source and redo the profile run." msgstr "Перекомпилируйте исходный код и запустите профилирование снова." #: libviews/sourceview.cpp:684 msgid "The function is located in this ELF object:" msgstr "Данная функция находится в этом объекте ELF:" #: libviews/sourceview.cpp:692 msgid "This is because its source file cannot be found:" msgstr "Файл исходного кода не найден:" #: libviews/sourceview.cpp:696 msgid "Add the folder of this file to the source folder list." msgstr "" "Добавьте путь к каталогу с этим файлом в список каталогов исходного кода." #: libviews/sourceview.cpp:698 msgid "The list can be found in the configuration dialog." msgstr "Вы найдёте этот список в диалоге настройки." #: libviews/stackselection.cpp:46 msgid "Stack Selection" msgstr "Выбор стека" #: libviews/stackselection.cpp:55 msgid "Cost2" msgstr "Стоимость2" #: libviews/tabview.cpp:114 msgid "Move to Top" msgstr "Перенести вверх" #: libviews/tabview.cpp:115 msgctxt "Move to Top" msgid "Top" msgstr "вверх" #: libviews/tabview.cpp:118 msgid "Move to Right" msgstr "Перенести вправо" #: libviews/tabview.cpp:119 msgctxt "Move to Right" msgid "Right" msgstr "вправо" #: libviews/tabview.cpp:122 msgid "Move to Bottom" msgstr "Перенести вниз" #: libviews/tabview.cpp:123 msgctxt "Move to Bottom" msgid "Bottom" msgstr "вниз" #: libviews/tabview.cpp:126 msgid "Move to Bottom Left" msgstr "Перенести влево вниз" #: libviews/tabview.cpp:127 msgctxt "Move to Bottom Left" msgid "Bottom Left" msgstr "влево вниз" #: libviews/tabview.cpp:129 msgid "Move Area To" msgstr "Перенести раздел..." #: libviews/tabview.cpp:132 msgid "Hide This Tab" msgstr "Скрыть эту вкладку" #: libviews/tabview.cpp:133 msgid "Hide Area" msgstr "Скрыть раздел" #: libviews/tabview.cpp:142 msgctxt "Show on Top" msgid "Top" msgstr "вверху" #: libviews/tabview.cpp:143 msgctxt "Show on Right" msgid "Right" msgstr "справа" #: libviews/tabview.cpp:144 msgctxt "Show on Bottom" msgid "Bottom" msgstr "снизу" #: libviews/tabview.cpp:145 msgctxt "Show on Bottom Left" msgid "Bottom Left" msgstr "слева снизу" #: libviews/tabview.cpp:146 msgid "Show Hidden On" msgstr "Показать скрытые..." #: libviews/tabview.cpp:319 libviews/tabview.cpp:321 libviews/tabview.cpp:738 msgid "(No profile data file loaded)" msgstr "(файл с данными профилирования не загружен)" #: libviews/tabview.cpp:381 msgid "Types" msgstr "Типы" #: libviews/tabview.cpp:384 msgid "Callers" msgstr "Вызывающие" #: libviews/tabview.cpp:385 msgid "All Callers" msgstr "Все вызывающие" #: libviews/tabview.cpp:386 msgid "Callee Map" msgstr "Карта вызываемых" #: libviews/tabview.cpp:389 msgid "Source Code" msgstr "Исходный код" #: libviews/tabview.cpp:391 msgid "Parts" msgstr "Части" #: libviews/tabview.cpp:392 msgid "Callees" msgstr "Вызываемые" #: libviews/tabview.cpp:393 msgid "Call Graph" msgstr "Граф вызовов" #: libviews/tabview.cpp:396 msgid "All Callees" msgstr "Все вызываемые" #: libviews/tabview.cpp:397 msgid "Caller Map" msgstr "Карта вызывающих" #: libviews/tabview.cpp:400 msgid "Machine Code" msgstr "Машинный код" #: libviews/tabview.cpp:654 msgid "" "Information TabsThis widget shows information for the currently " "selected function in different tabs:
Этот виджет показывает информацию о текущей " "выбранной функции в нескольких вкладках: