From 9f19f32b78ac2bde5437604a8c9bcebd3a727147 Mon Sep 17 00:00:00 2001
From: TDE Weblate 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's visible - "
+"should be the same as the cost of the active function, as that's 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. "
+msgstr ""
-#: tabview.cpp:95
-msgid "Show Hidden On"
-msgstr "Zobraziť skryté"
+#: callgraphview.cpp:1789
+msgid ""
+"Warning: a long lasting graph layouting is in progress.\n"
+"Reduce node/edge limits for speedup.\n"
+msgstr ""
+"Varovanie: prebieha dlhotrvajúci layouting grafu.\n"
+"Pre urýchlenie znížte obmedzenia uzlov/hrán.\n"
-#: tabview.cpp:242
-msgid "(No profile data file loaded)"
-msgstr "(Nebol nahraný súbor s dátami profilu)"
+#: callgraphview.cpp:1792
+msgid "Layouting stopped.\n"
+msgstr "Layoutovanie zastavené.\n"
-#: tabview.cpp:281
-msgid "Types"
-msgstr "Typy"
+#: callgraphview.cpp:1794
+msgid "The call graph has %1 nodes and %2 edges.\n"
+msgstr "Graf volaní má %1 uzlov a %2 hrán.\n"
-#: tabview.cpp:284
-msgid "Callers"
-msgstr "Volajúci"
+#: callgraphview.cpp:1827
+msgid "No item activated for which to draw the call graph."
+msgstr "Nie je aktivovaná žiadna položka pre vykreslenie grafu volaní."
-#: tabview.cpp:287
-msgid "All Callers"
-msgstr "Všetci volajúci"
+#: callgraphview.cpp:1838
+msgid "No call graph can be drawn for the active item."
+msgstr "Pre aktívnu položku nemožno zobraziť graf volaní."
-#: tabview.cpp:290
-msgid "Caller Map"
-msgstr "Mapa volajúcich"
+#: callgraphview.cpp:1867
+msgid ""
+"No call graph is available because the following\n"
+"command cannot be run:\n"
+"'%1'\n"
+msgstr ""
+"Graf volaní nie je dostupný, pretože nasledujúci\n"
+"príkaz sa nepodarilo spustiť:\n"
+"'%1'\n"
-#: tabview.cpp:293
-msgid "Source"
-msgstr "Zdroj"
+#: callgraphview.cpp:1870 callgraphview.cpp:2199
+msgid "Please check that 'dot' is installed (package GraphViz)."
+msgstr "Prosím skontrolujte či je 'dot' inštalovaný (balík GraphViz)."
-#: tabview.cpp:297
-msgid "Parts"
-msgstr "Časti"
+#: callgraphview.cpp:2198
+msgid "Error running the graph layouting tool.\n"
+msgstr "Chyba počas behu nástroja na layoutovanie grafu.\n"
-#: tabview.cpp:300
-msgid "Call Graph"
-msgstr "Graf volajúcich"
+#: callgraphview.cpp:2206
+msgid ""
+"There is no call graph available for function\n"
+"\t'%1'\n"
+"because it has no cost of the selected event type."
+msgstr ""
+"Nie je dostupný graf pre funkciu\n"
+"\t'%1',\n"
+"pretože neobsahuje náklad vybraného typu udalosti."
-#: tabview.cpp:303
-msgid "Callees"
-msgstr "Volaní"
+#: 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 "Ísť na '%1'"
-#: tabview.cpp:306
-msgid "All Callees"
-msgstr "Všetci volaní"
+#: callgraphview.cpp:2427
+msgid "Stop Layouting"
+msgstr "Zastaviť layoutovanie"
-#: tabview.cpp:310
-msgid "Callee Map"
-msgstr "Mapa volaných"
+#: callgraphview.cpp:2435
+msgid "As PostScript"
+msgstr "Ako PostScript"
-#: instrview.cpp:131 tabview.cpp:313
-msgid "Assembler"
-msgstr "Assembler"
+#: callgraphview.cpp:2436
+msgid "As Image ..."
+msgstr "Ako obrázok ..."
-#: tabview.cpp:553
-msgid ""
-"Information Tabs"
-" This widget shows information for the current selected function in different "
-"tabs: "
-""
-"
For more information, see the "
-"What's This? help of the corresponding tab widget
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 "" -#: tracedata.cpp:170 -msgid "Function Source File" -msgstr "Funkcia Zdrojový súbor" +#: callmapview.cpp:105 +msgid "" +"Call MapThis 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 "" -#. i18n: file dumpselectionbase.ui line 300 -#: rc.cpp:144 rc.cpp:273 rc.cpp:318 rc.cpp:342 tracedata.cpp:171 -#, no-c-format -msgid "Function" -msgstr "Funkcia" +#: 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" +"em> activates the current item.
" +msgstr "" -#: tracedata.cpp:172 -msgid "Function Cycle" -msgstr "Funkcia Cyklus" +#: callmapview.cpp:167 +msgid "Go To" +msgstr "Ísť na" -#: tracedata.cpp:173 -msgid "Part Class" -msgstr "Časť Trieda" +#: callmapview.cpp:184 +msgid "Stop at Depth" +msgstr "Zastaviť pri hĺbke" -#: tracedata.cpp:174 -msgid "Class" -msgstr "Trieda" +#: callmapview.cpp:187 treemap.cpp:3101 +msgid "No Depth Limit" +msgstr "Žiadne obmedzenie hĺbky" -#: tracedata.cpp:175 -msgid "Part Source File" -msgstr "Časť Zdrojový súbor" +#: callmapview.cpp:190 +msgid "Depth 10" +msgstr "Hĺbka 10" -#: tracedata.cpp:176 -msgid "Source File" -msgstr "Zdrojový súbor" +#: callmapview.cpp:192 +msgid "Depth 15" +msgstr "Hĺbka 15" -#: tracedata.cpp:177 -msgid "Part ELF Object" -msgstr "Časť ELF objekt" +#: callmapview.cpp:194 +msgid "Depth 20" +msgstr "Hĺbka 20" -#: tracedata.cpp:178 -msgid "ELF Object" -msgstr "Objekt ELF" +#: callmapview.cpp:198 treemap.cpp:3107 +msgid "Depth of '%1' (%2)" +msgstr "Hĺbka '%1' (%2)" -#: partview.cpp:46 tracedata.cpp:179 -msgid "Profile Part" -msgstr "Profil Časť" +#: callmapview.cpp:204 +msgid "Decrement Depth (to %1)" +msgstr "Znížiť hĺbku (na %1)" -#: tracedata.cpp:180 -msgid "Program Trace" -msgstr "Trasovanie programu" +#: callmapview.cpp:205 +msgid "Increment Depth (to %1)" +msgstr "Zvýšiť hĺbku (na %1)" -#: tracedata.cpp:241 -msgid "%1 from %2" -msgstr "%1 z %2" +#: callmapview.cpp:209 +msgid "Stop at Function" +msgstr "Zastaviť na funkcii" -#: partgraph.cpp:423 tracedata.cpp:249 tracedata.cpp:254 tracedata.cpp:2824 -#: tracedata.cpp:3241 tracedata.cpp:3327 tracedata.cpp:4165 tracedata.cpp:4173 -#: tracedata.cpp:4238 -msgid "(unknown)" -msgstr "(neznámy)" +#: callmapview.cpp:210 +msgid "No Function Limit" +msgstr "Bez obmedzenia funkcie" -#: tracedata.cpp:2583 -msgid "(no caller)" -msgstr "(žiadny volajúci)" +#: callmapview.cpp:240 +msgid "Stop at Area" +msgstr "Zastaviť na oblasti" -#: tracedata.cpp:2590 tracedata.cpp:2609 -msgid "%1 via %2" -msgstr "%1 cez %2" +#: callmapview.cpp:243 treemap.cpp:3039 +msgid "No Area Limit" +msgstr "Žiadny limit oblasti" -#: tracedata.cpp:2599 -msgid "(no callee)" -msgstr "(žiadny volaný)" +#: callmapview.cpp:246 +msgid "50 Pixels" +msgstr "50 Pixelov" -#: tracedata.cpp:4467 -msgid "(not found)" -msgstr "(nenájdené)" +#: callmapview.cpp:248 +msgid "100 Pixels" +msgstr "100 Pixelov" -#: tracedata.cpp:5017 -msgid "Recalculating Function Cycles..." -msgstr "Prepočítavam cykly funkcie..." +#: callmapview.cpp:250 +msgid "200 Pixels" +msgstr "200 Pixelov" -#. i18n: file tdecachegrindui.rc line 15 -#: rc.cpp:9 -#, no-c-format -msgid "&Layout" -msgstr "&Usporiadanie" +#: callmapview.cpp:252 +msgid "500 Pixels" +msgstr "500 Pixelov" -#. i18n: file tdecachegrindui.rc line 32 -#: rc.cpp:12 -#, no-c-format -msgid "Sidebars" -msgstr "Postranné panely" +#: callmapview.cpp:258 treemap.cpp:3045 +msgid "Area of '%1' (%2)" +msgstr "Oblasť '%1' (%2)" -#. i18n: file tdecachegrindui.rc line 54 -#: rc.cpp:18 -#, no-c-format -msgid "State Toolbar" -msgstr "Stavový panel" +#: callmapview.cpp:264 treemap.cpp:3071 +msgid "Double Area Limit (to %1)" +msgstr "Zdvojnásobiť limit oblasti (na %1)" -#. i18n: file configdlgbase.ui line 37 -#: rc.cpp:24 -#, no-c-format -msgid "General" -msgstr "Všeobecné" +#: callmapview.cpp:266 +msgid "Half Area Limit (to %1)" +msgstr "Obmedzenie polovičnej oblasti (na %1)" -#. i18n: file configdlgbase.ui line 69 -#: rc.cpp:27 -#, no-c-format -msgid "Truncated when more/longer than:" -msgstr "Skrátený keď viac/dlhší ako:" +#: callmapview.cpp:273 +msgid "Visualisation" +msgstr "Vizualizácia" -#. i18n: file configdlgbase.ui line 77 -#: rc.cpp:30 -#, no-c-format -msgid "Precision of percentage values:" -msgstr "Presnosť percentuálnych hodnôt:" +#: callmapview.cpp:277 +msgid "Split Direction" +msgstr "Rozdeliť smer" -#. i18n: file configdlgbase.ui line 85 -#: rc.cpp:33 -#, no-c-format -msgid "Symbols in tooltips and context menus" -msgstr "Symboly v nástrojových tipoch a kontextových ponukách" +#: callmapview.cpp:279 +msgid "Skip Incorrect Borders" +msgstr "Preskočiť chybné okraje" -#. i18n: file configdlgbase.ui line 141 -#: rc.cpp:36 -#, no-c-format -msgid "Maximum number of items in lists:" -msgstr "Maximálny počet položiek v zoznamoch:" +#: callmapview.cpp:284 +msgid "Border Width" +msgstr "Hrúbka orámovania" -#. i18n: file configdlgbase.ui line 162 -#: rc.cpp:39 -#, no-c-format -msgid "Cost Item Colors" -msgstr "Farby nákladových položiek" +#: callmapview.cpp:285 +msgid "Border 0" +msgstr "Orámovanie 0" -#. i18n: file configdlgbase.ui line 246 -#: callgraphview.cpp:2562 rc.cpp:42 rc.cpp:51 rc.cpp:54 -#, no-c-format -msgid "Automatic" -msgstr "Automatické" +#: callmapview.cpp:288 +msgid "Border 1" +msgstr "Orámovanie 1" -#. i18n: file configdlgbase.ui line 254 -#: rc.cpp:45 -#, no-c-format -msgid "Object:" -msgstr "Objekt:" +#: callmapview.cpp:290 +msgid "Border 2" +msgstr "Orámovanie 2" -#. i18n: file configdlgbase.ui line 262 -#: rc.cpp:48 -#, no-c-format -msgid "Class:" -msgstr "Trieda:" +#: callmapview.cpp:292 +msgid "Border 3" +msgstr "Orámovanie 3" -#. i18n: file configdlgbase.ui line 310 -#: rc.cpp:57 -#, no-c-format -msgid "File:" -msgstr "Súbor:" +#: callmapview.cpp:297 +msgid "Draw Symbol Names" +msgstr "Kresliť mená symbolov" -#. i18n: file configdlgbase.ui line 376 -#: rc.cpp:60 -#, no-c-format -msgid "Annotations" -msgstr "Vysvetlivky" +#: callmapview.cpp:298 +msgid "Draw Cost" +msgstr "Kresliť náklad" -#. i18n: file configdlgbase.ui line 395 -#: rc.cpp:63 -#, no-c-format -msgid "Context lines in annotations:" -msgstr "Kontextové riadky v anotáciách:" +#: callmapview.cpp:299 +msgid "Draw Location" +msgstr "Kresliť umiestnenie" -#. i18n: file configdlgbase.ui line 423 -#: rc.cpp:66 -#, no-c-format -msgid "Source Folders" -msgstr "Zdrojové priečinky" +#: callmapview.cpp:300 +msgid "Draw Calls" +msgstr "Kresliť volania" -#. i18n: file configdlgbase.ui line 454 -#: rc.cpp:69 -#, no-c-format -msgid "Object / Related Source Base" -msgstr "Objekt / zdrojová základňa" +#: callmapview.cpp:303 partselection.cpp:342 +msgid "Ignore Proportions" +msgstr "Ignorovať proporcie" -#. i18n: file configdlgbase.ui line 483 -#: rc.cpp:72 -#, no-c-format -msgid "Add..." -msgstr "Pridať..." +#: callmapview.cpp:304 partselection.cpp:344 treemap.cpp:2887 +msgid "Allow Rotation" +msgstr "Povoliť rotáciu" -#. i18n: file dumpselectionbase.ui line 16 -#: rc.cpp:84 toplevel.cpp:352 toplevel.cpp:604 -#, no-c-format -msgid "Profile Dumps" -msgstr "Dumpy profilu" +#: callmapview.cpp:321 treemap.cpp:2889 +msgid "Shading" +msgstr "Tieňovanie" -#. i18n: file dumpselectionbase.ui line 32 -#: rc.cpp:87 -#, no-c-format -msgid "Target" -msgstr "Cieľ" +#: callmapview.cpp:431 +msgid "Call Map: Current is '%1'" +msgstr "Zavolať mapu: Aktuálna je '%1'" -#. i18n: file dumpselectionbase.ui line 54 -#: rc.cpp:90 -#, no-c-format -msgid "Time" -msgstr "Čas" +#: callmapview.cpp:599 +msgid "(no function)" +msgstr "(žiadna funkcia)" -#. i18n: file dumpselectionbase.ui line 65 -#: rc.cpp:93 -#, no-c-format -msgid "Path" -msgstr "Cesta" +#: callmapview.cpp:741 callmapview.cpp:858 +msgid "(no call)" +msgstr "(žiadne volanie)" -#. i18n: file dumpselectionbase.ui line 106 -#: rc.cpp:99 -#, no-c-format -msgid "Target command:" -msgstr "Cieľový príkaz:" +#: callview.cpp:45 instrview.cpp:127 sourceview.cpp:52 +msgid "Cost 2" +msgstr "Náklad 2" -#. i18n: file dumpselectionbase.ui line 119 -#: rc.cpp:102 -#, no-c-format -msgid "Profiler options:" -msgstr "Nastavenie profilov:" +#: callview.cpp:47 callview.cpp:51 +msgid "Count" +msgstr "Počet" -#. i18n: file dumpselectionbase.ui line 125 -#: rc.cpp:105 -#, no-c-format -msgid "Option" -msgstr "Voľba" +#: callview.cpp:48 coverageview.cpp:50 +msgid "Caller" +msgstr "Volajúci" -#. i18n: file dumpselectionbase.ui line 136 -#: rc.cpp:108 rc.cpp:219 -#, no-c-format -msgid "Value" -msgstr "Hodnota" +#: callview.cpp:52 coverageview.cpp:56 +msgid "Callee" +msgstr "Volaný" -#. i18n: file dumpselectionbase.ui line 147 -#: rc.cpp:111 -#, no-c-format -msgid "Trace" -msgstr "Stopovať" +#: callview.cpp:85 +msgid "" +"List of direct CallersThis 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.
" +msgstr "" -#. i18n: file dumpselectionbase.ui line 160 -#: rc.cpp:114 rc.cpp:237 -#, no-c-format -msgid "Jumps" -msgstr "Skoky" +#: callview.cpp:98 +msgid "" +"List of direct CalleesThis 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.
" +msgstr "" -#. i18n: file dumpselectionbase.ui line 174 -#: rc.cpp:117 +#: configdlg.cpp:58 dumpselectionbase.ui:824 #, no-c-format -msgid "Instructions" -msgstr "Inštrukcie" +msgid "ELF Objects" +msgstr "ELF objekty" -#. i18n: file dumpselectionbase.ui line 189 -#: rc.cpp:120 rc.cpp:240 -#, no-c-format -msgid "Events" -msgstr "Udalosti" +#: configdlg.cpp:60 +msgid "Source Files" +msgstr "Zdrojové súbory" -#. i18n: file dumpselectionbase.ui line 202 -#: rc.cpp:123 -#, no-c-format -msgid "Full Cache" -msgstr "Celá cache" +#: configdlg.cpp:61 +msgid "C++ Classes" +msgstr "Triedy C++" -#. i18n: file dumpselectionbase.ui line 216 -#: rc.cpp:126 -#, no-c-format -msgid "Custom" -msgstr "Vlastné" +#: configdlg.cpp:62 +msgid "Function (no Grouping)" +msgstr "Funkcia (bez zoskupovania)" -#. i18n: file dumpselectionbase.ui line 231 -#: rc.cpp:129 -#, no-c-format -msgid "Collect" -msgstr "Zozbierať" +#: configdlg.cpp:157 configdlg.cpp:350 configdlg.cpp:371 +msgid "(always)" +msgstr "(vždy)" -#. i18n: file dumpselectionbase.ui line 244 -#: rc.cpp:132 -#, no-c-format -msgid "At Startup" -msgstr "Pri štarte" +#: configdlg.cpp:210 +msgid "KCachegrind Configuration" +msgstr "Konfigurácia KCachegrind" -#. i18n: file dumpselectionbase.ui line 258 -#: rc.cpp:135 -#, no-c-format -msgid "While In" -msgstr "Kým v" +#: configdlg.cpp:211 +msgid "" +"The Maximum Number of List Items should be below 500.The previous set value " +"(%1) will still be used." +msgstr "" +"Maximálny počet položiek v zozname by nemal prekročiť 500. Bud použitá " +"predchádzajúca hodnota (%1)." -#. i18n: file dumpselectionbase.ui line 273 -#: rc.cpp:138 -#, no-c-format -msgid "Skip" -msgstr "Preskočiť" +#: configdlg.cpp:384 +msgid "Choose Source Folder" +msgstr "Vybrať zdrojový priečinok" -#. i18n: file dumpselectionbase.ui line 286 -#: rc.cpp:141 -#, no-c-format -msgid "PLT" -msgstr "PLT" +#: configuration.cpp:67 +msgid "Instruction Fetch" +msgstr "Získanie inštrukcií" -#. i18n: file dumpselectionbase.ui line 315 -#: rc.cpp:147 -#, no-c-format -msgid "Dump Profile" -msgstr "Dumpovať profil" +#: configuration.cpp:68 +msgid "Data Read Access" +msgstr "Prístup na čítanie dát" -#. i18n: file dumpselectionbase.ui line 328 -#: rc.cpp:150 -#, no-c-format -msgid "Every BBs" -msgstr "Každé BB" +#: configuration.cpp:69 +msgid "Data Write Access" +msgstr "Prístup pre zápis dát" -#. i18n: file dumpselectionbase.ui line 342 -#: rc.cpp:153 rc.cpp:162 -#, no-c-format -msgid "On Entering" -msgstr "Pri vstupe" +#: configuration.cpp:70 +msgid "L1 Instr. Fetch Miss" +msgstr "L1 Instr. Fetch Miss" -#. i18n: file dumpselectionbase.ui line 356 -#: rc.cpp:156 -#, no-c-format -msgid "On Leaving" -msgstr "Pri výstupe" +#: configuration.cpp:71 +msgid "L1 Data Read Miss" +msgstr "L1 Data Read Miss" -#. i18n: file dumpselectionbase.ui line 371 -#: rc.cpp:159 -#, no-c-format -msgid "Zero Events" -msgstr "Nulové udalosti" +#: configuration.cpp:72 +msgid "L1 Data Write Miss" +msgstr "L1 Data Write Miss" -#. i18n: file dumpselectionbase.ui line 399 -#: rc.cpp:165 -#, no-c-format -msgid "Separate" -msgstr "Oddeliť" +#: configuration.cpp:73 +msgid "L2 Instr. Fetch Miss" +msgstr "L2 Instr. Fetch Miss" -#. i18n: file dumpselectionbase.ui line 412 -#: rc.cpp:168 -#, no-c-format -msgid "Threads" -msgstr "Vlákna" +#: configuration.cpp:74 +msgid "L2 Data Read Miss" +msgstr "L2 Data Read Miss" -#. i18n: file dumpselectionbase.ui line 426 -#: rc.cpp:171 -#, no-c-format -msgid "Recursions" -msgstr "Rekurzie" +#: configuration.cpp:75 +msgid "L2 Data Write Miss" +msgstr "L2 Data Write Miss" -#. i18n: file dumpselectionbase.ui line 440 -#: rc.cpp:174 -#, no-c-format -msgid "Call Chain" -msgstr "Reťazec volaní" +#: configuration.cpp:76 +#, fuzzy +msgid "LL Instr. Fetch Miss" +msgstr "L1 Instr. Fetch Miss" -#. i18n: file dumpselectionbase.ui line 470 -#: rc.cpp:177 -#, no-c-format -msgid "Custom profiler options:" -msgstr "Vlastné nastavenia profilov:" +#: configuration.cpp:77 +#, fuzzy +msgid "LL Data Read Miss" +msgstr "L1 Data Read Miss" -#. i18n: file dumpselectionbase.ui line 508 -#: rc.cpp:180 -#, no-c-format -msgid "Run New Profile" -msgstr "Spustiť nový profil" +#: configuration.cpp:78 +#, fuzzy +msgid "LL Data Write Miss" +msgstr "L1 Data Write Miss" -#. i18n: file dumpselectionbase.ui line 520 -#: rc.cpp:183 -#, no-c-format -msgid "Info" -msgstr "Info" +#: configuration.cpp:79 +msgid "Samples" +msgstr "Vzorky" -#. i18n: file dumpselectionbase.ui line 531 -#: rc.cpp:186 -#, no-c-format -msgid "Dump reason:" -msgstr "Dôvod dumpu:" +#: configuration.cpp:80 +msgid "System Time" +msgstr "Systémový čas" -#. i18n: file dumpselectionbase.ui line 544 -#: rc.cpp:189 -#, no-c-format -msgid "Event summary:" -msgstr "Súhrn udalostí:" +#: configuration.cpp:81 +msgid "User Time" +msgstr "Užívateľský čas" -#. i18n: file dumpselectionbase.ui line 550 -#: callmapview.cpp:59 partselection.cpp:58 rc.cpp:192 -#, no-c-format -msgid "Name" -msgstr "Meno" +#: configuration.cpp:82 +msgid "L1 Miss Sum" +msgstr "L1 Miss Sum" -#. i18n: file dumpselectionbase.ui line 561 -#: rc.cpp:195 -#, no-c-format -msgid "Sum" -msgstr "Spolu" +#: configuration.cpp:83 +msgid "L2 Miss Sum" +msgstr "L2 Miss Sum" -#. i18n: file dumpselectionbase.ui line 579 -#: rc.cpp:198 -#, no-c-format -msgid "Miscellaneous:" -msgstr "Rôzne:" +#: configuration.cpp:84 +#, fuzzy +msgid "LL Miss Sum" +msgstr "L1 Miss Sum" -#. i18n: file dumpselectionbase.ui line 617 -#: rc.cpp:201 -#, no-c-format -msgid "Show" -msgstr "Zobraziť" +#: configuration.cpp:85 +msgid "Cycle Estimation" +msgstr "Odhad cyklu" -#. i18n: file dumpselectionbase.ui line 625 -#: rc.cpp:204 -#, no-c-format -msgid "Compare" -msgstr "Porovnať" +#: costlistitem.cpp:60 +#, c-format +msgid "" +"_n: (%n item skipped)\n" +"(%n items skipped)" +msgstr "" +"(%n položka preskočená)\n" +"(%n položky preskočené)\n" +"(%n položiek preskočených)" -#. i18n: file dumpselectionbase.ui line 637 -#: rc.cpp:207 -#, no-c-format -msgid "State" -msgstr "Stav" +#: costtypeitem.cpp:56 +msgid "Unknown Type" +msgstr "Neznámy typ" -#. i18n: file dumpselectionbase.ui line 656 -#: rc.cpp:210 -#, no-c-format -msgid "Update" -msgstr "Aktualizovať" +#: costtypeview.cpp:42 +msgid "Event Type" +msgstr "Typ udalosti" -#. i18n: file dumpselectionbase.ui line 664 -#: rc.cpp:213 +#: costtypeview.cpp:43 coverageview.cpp:46 dumpselectionbase.ui:917 +#: functionselectionbase.ui:103 partview.cpp:47 #, no-c-format -msgid "Every [s]:" -msgstr "Každých [s]:" +msgid "Incl." +msgstr "Zahrn." -#. i18n: file dumpselectionbase.ui line 677 -#: rc.cpp:216 +#: costtypeview.cpp:44 coverageview.cpp:53 functionselectionbase.ui:62 +#: functionselectionbase.ui:114 partview.cpp:48 #, no-c-format -msgid "Counter" -msgstr "Počítadlo" +msgid "Self" +msgstr "Samotné" -#. i18n: file dumpselectionbase.ui line 699 -#: rc.cpp:222 -#, no-c-format -msgid "Dumps Done" -msgstr "Dump hotový" +#: costtypeview.cpp:45 +msgid "Short" +msgstr "Krátko" -#. i18n: file dumpselectionbase.ui line 713 -#: rc.cpp:225 -#, no-c-format -msgid "Is Collecting" -msgstr "Zbiera" +#: costtypeview.cpp:47 +msgid "Formula" +msgstr "Vzorec" -#. i18n: file dumpselectionbase.ui line 727 -#: rc.cpp:228 -#, no-c-format -msgid "Executed" -msgstr "Spustený" +#: costtypeview.cpp:81 +msgid "" +"Cost Types ListThis 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.
" +msgstr "" -#. i18n: file dumpselectionbase.ui line 740 -#: rc.cpp:231 -#, no-c-format -msgid "Basic Blocks" -msgstr "Základné bloky" +#: costtypeview.cpp:98 +msgid "Set Secondary Event Type" +msgstr "Nastaviť sekundárny typ udalosti" -#. i18n: file dumpselectionbase.ui line 754 -#: callmapview.cpp:63 rc.cpp:234 rc.cpp:339 -#, no-c-format -msgid "Calls" -msgstr "Volania" +#: costtypeview.cpp:100 +msgid "Remove Secondary Event Type" +msgstr "Odstrániť sekundárny typ udalosti" -#. i18n: file dumpselectionbase.ui line 796 -#: rc.cpp:243 -#, no-c-format -msgid "Ir" -msgstr "Ir" +#: costtypeview.cpp:105 +msgid "Edit Long Name" +msgstr "Zmeniť dlhé meno" -#. i18n: file dumpselectionbase.ui line 811 -#: rc.cpp:246 -#, no-c-format -msgid "Distinct" -msgstr "Rozdielne" +#: costtypeview.cpp:106 +msgid "Edit Short Name" +msgstr "Zmeniť krátke meno" -#. i18n: file dumpselectionbase.ui line 824 -#: configdlg.cpp:58 rc.cpp:249 -#, no-c-format -msgid "ELF Objects" -msgstr "ELF objekty" +#: costtypeview.cpp:107 +msgid "Edit Formula" +msgstr "Zmeniť vzorec" -#. i18n: file dumpselectionbase.ui line 838 -#: rc.cpp:252 -#, no-c-format -msgid "Functions" -msgstr "Funkcie" +#: costtypeview.cpp:108 +msgid "Remove" +msgstr "" -#. i18n: file dumpselectionbase.ui line 852 -#: rc.cpp:255 -#, no-c-format -msgid "Contexts" -msgstr "Kontexty" +#: costtypeview.cpp:115 +msgid "New Cost Type ..." +msgstr "Nový typ nákladu..." -#. i18n: file dumpselectionbase.ui line 890 -#: rc.cpp:258 -#, no-c-format -msgid "Stack trace:" -msgstr "Stopovanie stacku:" +#: costtypeview.cpp:149 costtypeview.cpp:154 +#, c-format +msgid "New%1" +msgstr "Nový%1" -#. i18n: file dumpselectionbase.ui line 898 -#: rc.cpp:261 -#, no-c-format -msgid "Sync." -msgstr "Synch." +#: costtypeview.cpp:155 +#, c-format +msgid "New Cost Type %1" +msgstr "Nový typ nákladu %1" -#. i18n: file dumpselectionbase.ui line 906 -#: instrview.cpp:125 rc.cpp:264 sourceview.cpp:50 -#, no-c-format -msgid "#" -msgstr "#" +#: coverageitem.cpp:65 coverageitem.cpp:205 functionitem.cpp:72 +#, c-format +msgid "" +"_n: (%n function skipped)\n" +"(%n functions skipped)" +msgstr "" +"(%n funkcia preskočená)\n" +"(%n funkcie preskočené)\n" +"(%n funkcií preskočených)" -#. i18n: file dumpselectionbase.ui line 917 -#: costtypeview.cpp:43 coverageview.cpp:46 partview.cpp:47 rc.cpp:267 -#: rc.cpp:309 -#, no-c-format -msgid "Incl." -msgstr "Zahrn." +#: coverageview.cpp:48 coverageview.cpp:54 +msgid "Distance" +msgstr "Vzdialenosť" -#. i18n: file dumpselectionbase.ui line 928 -#: coverageview.cpp:49 partview.cpp:49 rc.cpp:270 rc.cpp:315 +#: coverageview.cpp:49 dumpselectionbase.ui:928 functionselectionbase.ui:125 +#: partview.cpp:49 #, no-c-format msgid "Called" msgstr "Volaný" -#. i18n: file dumpselectionbase.ui line 950 -#: callmapview.cpp:61 rc.cpp:276 rc.cpp:321 -#, no-c-format -msgid "Location" -msgstr "Umiestnenie" +#: coverageview.cpp:55 +msgid "Calling" +msgstr "Volanie" -#. i18n: file dumpselectionbase.ui line 976 -#: rc.cpp:279 -#, no-c-format -msgid "Start" -msgstr "Spustiť" +#: coverageview.cpp:90 +msgid "" +"List of all CallersThis 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.
" +msgstr "" -#. i18n: file dumpselectionbase.ui line 1001 -#: rc.cpp:282 -#, no-c-format -msgid "Zero" -msgstr "Nula" +#: coverageview.cpp:120 +msgid "" +"List of all CalleesThis 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.
" +msgstr "" -#. i18n: file dumpselectionbase.ui line 1009 -#: rc.cpp:285 -#, no-c-format -msgid "Dump" -msgstr "Dump" +#: functionselection.cpp:52 toplevel.cpp:772 +msgid "(No Grouping)" +msgstr "(Žiadne zoskupovanie)" -#. i18n: file dumpselectionbase.ui line 1021 -#: rc.cpp:288 -#, no-c-format -msgid "Messages" -msgstr "Správy" +#: functionselection.cpp:176 +#, c-format +msgid "Go to %1" +msgstr "Ísť na %1" -#. i18n: file dumpselectionbase.ui line 1045 -#: rc.cpp:291 -#, no-c-format -msgid "Kill Run" -msgstr "Zabiť beh" +#: functionselection.cpp:203 +msgid "Show All Items" +msgstr "Zobraziť všetky položky" -#. i18n: file functionselectionbase.ui line 16 -#: rc.cpp:297 toplevel.cpp:594 -#, no-c-format -msgid "Function Profile" -msgstr "Funkcia Profil" +#: functionselection.cpp:226 +msgid "No Grouping" +msgstr "Žiadne zoskupovanie" -#. i18n: file functionselectionbase.ui line 41 -#: rc.cpp:300 -#, no-c-format -msgid "&Search:" -msgstr "&Hľadať:" +#: functionselection.cpp:243 toplevel.cpp:763 +msgid "Grouping" +msgstr "Zoskupovanie" -#. i18n: file functionselectionbase.ui line 62 -#: costtypeview.cpp:44 coverageview.cpp:53 partview.cpp:48 rc.cpp:303 -#: rc.cpp:312 -#, no-c-format -msgid "Self" -msgstr "Samotné" +#: instritem.cpp:106 sourceitem.cpp:86 +msgid "Active call to '%1'" +msgstr "Aktívne volanie '%1'" -#. i18n: file functionselectionbase.ui line 73 -#: rc.cpp:306 -#, no-c-format -msgid "Group" -msgstr "Skupina" +#: instritem.cpp:108 sourceitem.cpp:88 +msgid "" +"_n: %n call to '%1'\n" +"%n calls to '%1'" +msgstr "" +"%n volanie '%1'\n" +"%n volania '%1'\n" +"%n volaní '%1'" -#. i18n: file partselectionbase.ui line 16 -#: rc.cpp:324 toplevel.cpp:276 toplevel.cpp:576 -#, no-c-format -msgid "Parts Overview" -msgstr "Prehľad častí" +#: instritem.cpp:137 +msgid "Jump %1 of %2 times to 0x%3" +msgstr "Skok %1 %2 razy na 0x%3" -#. i18n: file partselectionbase.ui line 60 -#: rc.cpp:327 -#, no-c-format -msgid "(no trace parts)" -msgstr "(žiadne časti trasovania)" +#: instritem.cpp:142 +msgid "Jump %1 times to 0x%2" +msgstr "Skok %1 razy na 0x%2" -#. i18n: file stackselectionbase.ui line 16 -#: rc.cpp:330 -#, no-c-format -msgid "Stack Selection" -msgstr "Výber stacku" +#: instritem.cpp:185 sourceitem.cpp:169 +msgid "(cycle)" +msgstr "(cyklus)" -#. i18n: file stackselectionbase.ui line 31 -#: callmapview.cpp:60 callview.cpp:44 instrview.cpp:126 partselection.cpp:59 -#: rc.cpp:333 sourceview.cpp:51 +#: dumpselectionbase.ui:906 instrview.cpp:125 sourceview.cpp:50 #, no-c-format -msgid "Cost" -msgstr "Cena" +msgid "#" +msgstr "#" -#. i18n: file stackselectionbase.ui line 42 -#: rc.cpp:336 -#, no-c-format -msgid "Cost2" -msgstr "Náklad2" +#: instrview.cpp:129 +msgid "Hex" +msgstr "Hex" -#: partgraph.cpp:167 +#: instrview.cpp:131 tabview.cpp:313 +msgid "Assembler" +msgstr "Assembler" + +#: instrview.cpp:132 +msgid "Source Position" +msgstr "Pozícia zdroja" + +#: instrview.cpp:163 +msgid "" +"Annotated AssemblerThe annotated assembler list shows the machine " +"code 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 disassembler output 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.
" +msgstr "" + +#: instrview.cpp:195 #, c-format -msgid "Profile Part %1" -msgstr "Časť Profil %1" +msgid "Go to Address %1" +msgstr "Ísť na adresu '%1'" -#: partgraph.cpp:226 -msgid "(no trace)" -msgstr "(bez trasovania)" +#: instrview.cpp:207 +msgid "Hex Code" +msgstr "Hex Kód" + +#: instrview.cpp:426 +msgid "There is no instruction info in the profile data file." +msgstr "V dátovom súbore profilu nie sú žiadne inštruktážne informácie." -#: partgraph.cpp:229 -msgid "(no part)" -msgstr "(žiadna časť)" +#: instrview.cpp:428 +msgid "For the Valgrind Calltree Skin, rerun with option" +msgstr "Pre skin Valgrind Calltree opätovne spustite s voľbou" -#: tips.txt:3 -msgid "" -"...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.
\n" -msgstr "" +#: instrview.cpp:429 +msgid " --dump-instr=yes" +msgstr " --dump-instr=yes" -#: tips.txt:12 -msgid "" -"...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" -"
\n" -msgstr "" +#: instrview.cpp:430 +msgid "To see (conditional) jumps, additionally specify" +msgstr "Aby ste videli (podmienené) skoky, dodatočne špecifikujte" -#: tips.txt:20 -msgid "" -"...that you can use Alt-Left/Right keys of your keyboard to go\n" -"back/forward in the active object history ?
\n" -msgstr "" -"...že môžete použiť Alt-Ľavá/Pravá šípka na vašej klávesnici pre pohyb\n" -"späť/dopredu v histórii aktívnych objektov?
\n" +#: instrview.cpp:431 +msgid " --trace-jump=yes" +msgstr " --trace-jump=yes" -#: tips.txt:26 -msgid "" -"...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" -"
\n" -msgstr "" +#: instrview.cpp:629 +msgid "There is an error trying to execute the command" +msgstr "Pri pokuse o vykonanie príkazu sa vyskytla chyba." -#: tips.txt:35 -msgid "" -"...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" -"
\n" -msgstr "" +#: instrview.cpp:634 instrview.cpp:900 +msgid "Check that you have installed 'objdump'." +msgstr "Skontrolujte, či máte nainštalovaný 'objdump'." -#: tips.txt:44 -msgid "" -"...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?
\n" -msgstr "" +#: instrview.cpp:636 instrview.cpp:902 +msgid "This utility can be found in the 'binutils' package." +msgstr "Túto utilitu môžete nájsť v balíku 'binutils'." -#: tips.txt:51 -msgid "" -"...that you can assign custom colors to \n" -"ELF objects/C++ Classes/Source Files for graph coloring\n" -"in Settings->Configure KCachegrind...?
\n" -msgstr "" +#: instrview.cpp:739 +msgid "(No Assembler)" +msgstr "(Bez asembleru)" -#: tips.txt:58 +#: instrview.cpp:875 +#, c-format msgid "" -"...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?
\n" -"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" +"_n: There is %n cost line without assembler code.\n" +"There are %n cost lines without assembler code." msgstr "" +"Existuje jeden nákladový riadok bez asemblerovského kódu.\n" +"Existujú %n nákladové riadky bez asemblerovského kódu.\n" +"Existuje %n nákladových riadkov bez asemblerovského kódu." -#: tips.txt:69 -msgid "" -"
...that you can configure whether KCachgrind should\n" -"show absolute event counts or relative ones (percentage display)?
\n" -msgstr "" -"...že môžete nastaviť, či by mal KCachgrind ukazovať\n" -"absolútne počty udalostí alebo relatívne (v percentách)?
\n" +#: instrview.cpp:877 +msgid "This happens because the code of" +msgstr "Toto sa stáva, pretože kód " -#: tips.txt:75 -msgid "" -"...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.
\n" -"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.
\n" -msgstr "" +#: instrview.cpp:880 +msgid "does not seem to match the profile data file." +msgstr "zrejme nepatrí k dátovému súboru profilu." -#: tips.txt:87 -msgid "" -"...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?
\n" -"Examples:
\n" -"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().
\n" -"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().
\n" -msgstr "" +#: instrview.cpp:883 +msgid "Are you using an old profile data file or is the above mentioned" +msgstr "Používate starý súbor s dátami profilu alebo je vyššie spomenutý" -#: tips.txt:102 -msgid "" -"...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?
\n" -"Items from this list can be selected by pressing the right\n" -"mouse button.
\n" -msgstr "" +#: instrview.cpp:885 +msgid "ELF object from an updated installation/another machine?" +msgstr "ELF objekt pochádza z aktualizovanej inštalácie/iného stroja?" -#: tips.txt:111 -msgid "" -"...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 "" +#: instrview.cpp:893 +msgid "There seems to be an error trying to execute the command" +msgstr "Pri vykonávaní príkazu sa zrejme vyskytla chyba" + +#: instrview.cpp:898 +msgid "Check that the ELF object used in the command exists." +msgstr "Overte existenciu ELF objektu použitého v príkaze." #: main.cpp:38 msgid "RunThis 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 "" +#: partlistitem.cpp:49 +msgid " (Thread %1)" +msgstr "(Vlákno %1)" -#: callmapview.cpp:105 -msgid "" -"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 "" +#: partlistitem.cpp:56 +msgid "(none)" +msgstr "(žiadna)" -#: 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 "" +#: partselection.cpp:151 +msgid "Profile Part Overview: Current is '%1'" +msgstr "Prehľad časti profilu: Aktuálna je '%1'" -#: callmapview.cpp:167 -msgid "Go To" -msgstr "Ísť na" +#: partselection.cpp:287 +msgid "Deselect" +msgstr "Zrušiť výber" -#: callmapview.cpp:184 -msgid "Stop at Depth" -msgstr "Zastaviť pri hĺbke" +#: partselection.cpp:287 partselection.cpp:311 +msgid "Select" +msgstr "Vybrať" -#: callmapview.cpp:187 treemap.cpp:3101 -msgid "No Depth Limit" -msgstr "Žiadne obmedzenie hĺbky" +#: partselection.cpp:292 +msgid "Select All Parts" +msgstr "Vybrať všetky časti" -#: callmapview.cpp:190 -msgid "Depth 10" -msgstr "Hĺbka 10" +#: partselection.cpp:294 +msgid "Visible Parts" +msgstr "Viditeľné časti" + +#: partselection.cpp:296 +msgid "Hide Selected Parts" +msgstr "Skryť vybrané časti" + +#: partselection.cpp:297 +msgid "Unhide Hidden Parts" +msgstr "Zobraziť skryté časti" + +#: partselection.cpp:302 toplevel.cpp:1687 +msgid "Go Back" +msgstr "Návrat" + +#: partselection.cpp:322 +msgid "Partitioning Mode" +msgstr "Režim delenia" + +#: partselection.cpp:323 +msgid "Diagram Mode" +msgstr "Režim diagramu" + +#: partselection.cpp:324 +msgid "Zoom Function" +msgstr "Funkcia približovania" + +#: partselection.cpp:325 +msgid "Show Direct Calls" +msgstr "Zobraziť priame volania" -#: callmapview.cpp:192 -msgid "Depth 15" -msgstr "Hĺbka 15" +#: partselection.cpp:326 +msgid "Increment Shown Call Levels" +msgstr "Zvýšiť zobrazené úrovne volaní" -#: callmapview.cpp:194 -msgid "Depth 20" -msgstr "Hĺbka 20" +#: partselection.cpp:340 +msgid "Draw Names" +msgstr "Kresliť mená" -#: callmapview.cpp:198 treemap.cpp:3107 -msgid "Depth of '%1' (%2)" -msgstr "Hĺbka '%1' (%2)" +#: partselection.cpp:341 +msgid "Draw Costs" +msgstr "Kresliť náklady" -#: callmapview.cpp:204 -msgid "Decrement Depth (to %1)" -msgstr "Znížiť hĺbku (na %1)" +#: partselection.cpp:343 +msgid "Draw Frames" +msgstr "Kresliť rámy" -#: callmapview.cpp:205 -msgid "Increment Depth (to %1)" -msgstr "Zvýšiť hĺbku (na %1)" +#: partselection.cpp:359 +msgid "Hide Info" +msgstr "Skryť info" -#: callmapview.cpp:209 -msgid "Stop at Function" -msgstr "Zastaviť na funkcii" +#: partselection.cpp:361 +msgid "Show Info" +msgstr "Ukázať info" -#: callmapview.cpp:210 -msgid "No Function Limit" -msgstr "Bez obmedzenia funkcie" +#: partselection.cpp:541 +msgid "(no trace loaded)" +msgstr "(bez načítaného trasovania)" -#: callmapview.cpp:240 -msgid "Stop at Area" -msgstr "Zastaviť na oblasti" +#: partview.cpp:46 tracedata.cpp:179 +msgid "Profile Part" +msgstr "Profil Časť" -#: callmapview.cpp:243 treemap.cpp:3039 -msgid "No Area Limit" -msgstr "Žiadny limit oblasti" +#: partview.cpp:51 +msgid "Comment" +msgstr "Komentár" -#: callmapview.cpp:246 -msgid "50 Pixels" -msgstr "50 Pixelov" +#: partview.cpp:73 +msgid "" +"Trace Part ListThis 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 "" -#: callmapview.cpp:248 -msgid "100 Pixels" -msgstr "100 Pixelov" +#: partview.cpp:106 +msgid "Select '%1'" +msgstr "Vybrať '%1'" -#: callmapview.cpp:250 -msgid "200 Pixels" -msgstr "200 Pixelov" +#: partview.cpp:107 +msgid "Hide '%1'" +msgstr "Skryť '%1'" -#: callmapview.cpp:252 -msgid "500 Pixels" -msgstr "500 Pixelov" +#: partview.cpp:111 +msgid "Hide Selected" +msgstr "Skryť vybrané" -#: callmapview.cpp:258 treemap.cpp:3045 -msgid "Area of '%1' (%2)" -msgstr "Oblasť '%1' (%2)" +#: partview.cpp:112 +msgid "Show All" +msgstr "Zobraziť všetky" -#: callmapview.cpp:264 treemap.cpp:3071 -msgid "Double Area Limit (to %1)" -msgstr "Zdvojnásobiť limit oblasti (na %1)" +#: sourceitem.cpp:125 +msgid "Jump %1 of %2 times to %3" +msgstr "Skok %1, %2krát na %3" -#: callmapview.cpp:266 -msgid "Half Area Limit (to %1)" -msgstr "Obmedzenie polovičnej oblasti (na %1)" +#: sourceitem.cpp:130 +msgid "Jump %1 times to %2" +msgstr "Skok %1krát na %2" -#: callmapview.cpp:273 -msgid "Visualisation" -msgstr "Vizualizácia" +#: sourceview.cpp:54 sourceview.cpp:554 +msgid "Source (unknown)" +msgstr "Zdroj (neznámy)" -#: callmapview.cpp:277 -msgid "Split Direction" -msgstr "Rozdeliť smer" +#: sourceview.cpp:89 +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 "" -#: callmapview.cpp:279 -msgid "Skip Incorrect Borders" -msgstr "Preskočiť chybné okraje" +#: sourceview.cpp:120 +#, c-format +msgid "Go to Line %1" +msgstr "Ísť na riadok %1" -#: callmapview.cpp:284 -msgid "Border Width" -msgstr "Hrúbka orámovania" +#: sourceview.cpp:293 +msgid "(No Source)" +msgstr "(Žiadny zdroj)" -#: callmapview.cpp:285 -msgid "Border 0" -msgstr "Orámovanie 0" +#: sourceview.cpp:512 +msgid "There is no cost of current selected type associated" +msgstr "Nie je asociovaný žiaden náklad momentálne vybraného typu" -#: callmapview.cpp:288 -msgid "Border 1" -msgstr "Orámovanie 1" +#: sourceview.cpp:514 +msgid "with any source line of this function in file" +msgstr "s ľubovoľným riadkom zdrojového súboru tejto funkcie v súbore" -#: callmapview.cpp:290 -msgid "Border 2" -msgstr "Orámovanie 2" +#: sourceview.cpp:518 +msgid "Thus, no annotated source can be shown." +msgstr "A preto, žiaden anotovaný zdroj nemôže byť zobrazený." -#: callmapview.cpp:292 -msgid "Border 3" -msgstr "Orámovanie 3" +#: sourceview.cpp:553 +msgid "Source ('%1')" +msgstr "Zdroj ('%1')" -#: callmapview.cpp:297 -msgid "Draw Symbol Names" -msgstr "Kresliť mená symbolov" +#: sourceview.cpp:559 +msgid "--- Inlined from '%1' ---" +msgstr "--- V riadku z '%1' ---" -#: callmapview.cpp:298 -msgid "Draw Cost" -msgstr "Kresliť náklad" +#: sourceview.cpp:560 +msgid "--- Inlined from unknown source ---" +msgstr "--- V riadku z neznámeho zdroja ---" -#: callmapview.cpp:299 -msgid "Draw Location" -msgstr "Kresliť umiestnenie" +#: sourceview.cpp:565 +msgid "There is no source available for the following function:" +msgstr "Pre nasledujúcu funkciu neexistuje žiaden zdroj:" -#: callmapview.cpp:300 -msgid "Draw Calls" -msgstr "Kresliť volania" +#: sourceview.cpp:570 +msgid "This is because no debug information is present." +msgstr "Toto sa stalo preto, že nie sú k dispozícii informácie pre ladenie." -#: callmapview.cpp:303 partselection.cpp:342 -msgid "Ignore Proportions" -msgstr "Ignorovať proporcie" +#: sourceview.cpp:572 +msgid "Recompile source and redo the profile run." +msgstr "Preložiť zdroj a znova vytvoriť profil." -#: callmapview.cpp:304 partselection.cpp:344 treemap.cpp:2887 -msgid "Allow Rotation" -msgstr "Povoliť rotáciu" +#: sourceview.cpp:575 +msgid "The function is located in this ELF object:" +msgstr "Funkcia sa nachádza v tomto ELF objekte:" -#: callmapview.cpp:321 treemap.cpp:2889 -msgid "Shading" -msgstr "Tieňovanie" +#: sourceview.cpp:583 +msgid "This is because its source file cannot be found:" +msgstr "Tto sa stalo preto, že zdrojovú súbor sa nepodarilo nájsť:" -#: callmapview.cpp:431 -msgid "Call Map: Current is '%1'" -msgstr "Zavolať mapu: Aktuálna je '%1'" +#: sourceview.cpp:587 +msgid "Add the folder of this file to the source folder list." +msgstr "Pridať priečinok tohto súboru do zoznamu zdrojových priečinkov." -#: callmapview.cpp:599 -msgid "(no function)" -msgstr "(žiadna funkcia)" +#: sourceview.cpp:589 +msgid "The list can be found in the configuration dialog." +msgstr "Zoznam môžete nájsť v dialógu nastavenia." -#: callmapview.cpp:741 callmapview.cpp:858 -msgid "(no call)" -msgstr "(žiadne volanie)" +#: tabview.cpp:64 +msgid "Move to Top" +msgstr "Posunúť úplne hore" -#: instritem.cpp:106 sourceitem.cpp:86 -msgid "Active call to '%1'" -msgstr "Aktívne volanie '%1'" +#: tabview.cpp:65 tabview.cpp:91 +#, fuzzy +msgid "Top" +msgstr "VľavoHore" -#: instritem.cpp:108 sourceitem.cpp:88 -msgid "" -"_n: %n call to '%1'\n" -"%n calls to '%1'" -msgstr "" -"%n volanie '%1'\n" -"%n volania '%1'\n" -"%n volaní '%1'" +#: tabview.cpp:68 +msgid "Move to Right" +msgstr "Posunúť vpravo" -#: sourceitem.cpp:125 -msgid "Jump %1 of %2 times to %3" -msgstr "Skok %1, %2krát na %3" +#: tabview.cpp:69 tabview.cpp:92 +#, fuzzy +msgid "Right" +msgstr "VpravoHore" -#: sourceitem.cpp:130 -msgid "Jump %1 times to %2" -msgstr "Skok %1krát na %2" +#: tabview.cpp:72 +msgid "Move to Bottom" +msgstr "Posunúť úplne dole" -#: instritem.cpp:185 sourceitem.cpp:169 -msgid "(cycle)" -msgstr "(cyklus)" +#: tabview.cpp:73 tabview.cpp:93 +#, fuzzy +msgid "Bottom" +msgstr "VľavoDole" -#: costtypeview.cpp:42 -msgid "Event Type" -msgstr "Typ udalosti" +#: tabview.cpp:76 +msgid "Move to Bottom Left" +msgstr "Posunúť úplne vľavo dole" -#: costtypeview.cpp:45 -msgid "Short" -msgstr "Krátko" +#: tabview.cpp:77 tabview.cpp:94 treemap.cpp:2908 +msgid "Bottom Left" +msgstr "Vľavo dole" -#: costtypeview.cpp:47 -msgid "Formula" -msgstr "Vzorec" +#: tabview.cpp:79 +msgid "Move Area To" +msgstr "Presunúť oblasť do" -#: costtypeview.cpp:81 -msgid "" -"Cost Types List" -"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.
" -msgstr "" +#: tabview.cpp:81 +msgid "Hide This Tab" +msgstr "Skryť túto kartu" -#: costtypeview.cpp:98 -msgid "Set Secondary Event Type" -msgstr "Nastaviť sekundárny typ udalosti" +#: tabview.cpp:82 +msgid "Hide Area" +msgstr "Skryť oblasť" -#: costtypeview.cpp:100 -msgid "Remove Secondary Event Type" -msgstr "Odstrániť sekundárny typ udalosti" +#: tabview.cpp:95 +msgid "Show Hidden On" +msgstr "Zobraziť skryté" -#: costtypeview.cpp:105 -msgid "Edit Long Name" -msgstr "Zmeniť dlhé meno" +#: tabview.cpp:242 +msgid "(No profile data file loaded)" +msgstr "(Nebol nahraný súbor s dátami profilu)" -#: costtypeview.cpp:106 -msgid "Edit Short Name" -msgstr "Zmeniť krátke meno" +#: tabview.cpp:281 +msgid "Types" +msgstr "Typy" -#: costtypeview.cpp:107 -msgid "Edit Formula" -msgstr "Zmeniť vzorec" +#: tabview.cpp:284 +msgid "Callers" +msgstr "Volajúci" -#: costtypeview.cpp:115 -msgid "New Cost Type ..." -msgstr "Nový typ nákladu..." +#: tabview.cpp:287 +msgid "All Callers" +msgstr "Všetci volajúci" -#: costtypeview.cpp:149 costtypeview.cpp:154 -#, c-format -msgid "New%1" -msgstr "Nový%1" +#: tabview.cpp:290 +msgid "Caller Map" +msgstr "Mapa volajúcich" -#: costtypeview.cpp:155 -#, c-format -msgid "New Cost Type %1" -msgstr "Nový typ nákladu %1" +#: tabview.cpp:293 +msgid "Source" +msgstr "Zdroj" -#: callview.cpp:45 instrview.cpp:127 sourceview.cpp:52 -msgid "Cost 2" -msgstr "Náklad 2" +#: tabview.cpp:297 +msgid "Parts" +msgstr "Časti" -#: callview.cpp:47 callview.cpp:51 -msgid "Count" -msgstr "Počet" +#: tabview.cpp:300 +msgid "Call Graph" +msgstr "Graf volajúcich" -#: callview.cpp:48 coverageview.cpp:50 -msgid "Caller" -msgstr "Volajúci" +#: tabview.cpp:303 +msgid "Callees" +msgstr "Volaní" -#: callview.cpp:52 coverageview.cpp:56 -msgid "Callee" -msgstr "Volaný" +#: tabview.cpp:306 +msgid "All Callees" +msgstr "Všetci volaní" -#: callview.cpp:85 -msgid "" -"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 "" +#: tabview.cpp:310 +msgid "Callee Map" +msgstr "Mapa volaných" -#: callview.cpp:98 +#: tabview.cpp:553 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.
" +"Information TabsThis widget shows information for the current " +"selected function in different tabs:
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: " -"
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.
" +"The Top Cost Call StackThis 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." +"p>
The Cost and Calls columns show the cost used for all " +"calls from the function in the line above.
" msgstr "" #: toplevel.cpp:328 @@ -1371,42 +1398,38 @@ msgstr "Plochý profil" #: 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.
" +"The Flat ProfileThe 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 "" +#: dumpselectionbase.ui:16 toplevel.cpp:352 toplevel.cpp:604 +#, no-c-format +msgid "Profile Dumps" +msgstr "Dumpy profilu" + #: 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: " -"
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.
" +"Duplicate Current LayoutMake a copy of the current layout.
" +msgstr "" +"Duplikovať súčasný layoutUrobiť kópiu aktuálneho layoutu.
" + +#: toplevel.cpp:458 +msgid "&Remove" msgstr "" -"Duplikovať súčasný layout" -"Urobiť kópiu aktuálneho layoutu.
" #: toplevel.cpp:461 msgid "" -"Remove Current Layout" -"Delete current layout and make the previous active.
" +"Remove Current LayoutDelete current layout and make the previous " +"active.
" msgstr "" -"Odstrániť súčasný layout" -"Vymazať aktuálny layout a urobiť z predchádzajúceho aktívny.
" +"Odstrániť súčasný layoutVymazať aktuálny layout a urobiť z " +"predchádzajúceho aktívny.
" #: toplevel.cpp:465 msgid "&Go to Next" @@ -1471,17 +1496,21 @@ msgstr "&Pridať..." #: toplevel.cpp:505 msgid "" -"Add Profile Data" -"This opens an additional profile data file in the current window.
" +"Add Profile DataThis opens an additional profile data file in the " +"current window.
" +msgstr "" +"Pridať dáta profiluToto otvorí súbor dodatočných dát profilu v " +"aktuálnom okne.
" + +#: toplevel.cpp:509 +msgid "&Reload" msgstr "" -"Pridať dáta profilu" -"Toto otvorí súbor dodatočných dát profilu v aktuálnom okne.
" #: toplevel.cpp:517 msgid "Reload Profile DataThis loads any new created parts, too.
" msgstr "" -"Znovunačítať dáta profilu" -"Toto rovnako načíta všetky novovytvorené časti.
" +"Znovunačítať dáta profiluToto rovnako načíta všetky novovytvorené " +"časti.
" #: toplevel.cpp:521 msgid "&Export Graph" @@ -1489,12 +1518,11 @@ msgstr "&Exportovať graf" #: toplevel.cpp:525 msgid "" -"Export Call Graph" -"Generates a file with extension .dot for the tools of the GraphViz " -"package.
" +"Export Call GraphGenerates a file with extension .dot for the " +"tools of the GraphViz package.
" msgstr "" -"Exportovať graf volaní" -"Vygeneruje súbor s príponou .dot pre nástroje balíka GraphViz.
" +"Exportovať graf volaníVygeneruje súbor s príponou .dot pre " +"nástroje balíka GraphViz.
" #: toplevel.cpp:531 msgid "&Force Dump" @@ -1502,30 +1530,29 @@ msgstr "&Vynútený dump" #: 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.
" +"Force DumpThis 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 "" #: toplevel.cpp:565 msgid "" -"Open Profile Data" -"This opens a profile data file, with possible multiple parts
" +"Open Profile DataThis opens a profile data file, with possible " +"multiple parts
" msgstr "" -"Otvoriť dáta profilu" -"Toto otvorí súbor dát profilu s možnými viacnasobnými časťami
" +"Otvoriť dáta profiluToto otvorí súbor dát profilu s možnými " +"viacnasobnými časťami
" #: toplevel.cpp:581 msgid "Show/Hide the Parts Overview Dockable" @@ -1539,6 +1566,11 @@ msgstr "Volanie stacku" msgid "Show/Hide the Call Stack Dockable" msgstr "Zobraziť/skryť dokovateľné volania stacku" +#: functionselectionbase.ui:16 toplevel.cpp:594 +#, no-c-format +msgid "Function Profile" +msgstr "Funkcia Profil" + #: toplevel.cpp:599 msgid "Show/Hide the Function Profile Dockable" msgstr "Zobraziť/skryť dokovateľnú funkciu profilu" @@ -1569,29 +1601,16 @@ msgstr "Zobraziť percentuálne náklady relatívne k rodičovi" #: 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)." +"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 | " +"tr>
Function Cumulative | Total |
Function Self" +"td> | Function Group (*) / Total |
Call | Function " +"Cumulative |
Source Line | Function Cumulative | " +"tr>
(*) Only if function grouping is switched on (e.g. ELF object " +"grouping)." msgstr "" #: toplevel.cpp:653 @@ -1604,17 +1623,16 @@ msgstr "Preskočiť detekciu cyklu" #: 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." +"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 @@ -1627,13 +1645,12 @@ msgstr "Ísť dopredu v histórií výberu funkcií" #: 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.
" +"Go UpGo to last selected caller of current function. If no caller " +"was visited, use that with highest cost.
" msgstr "" -"Prejsť vyššie" -"Prejde na naposledny vybraného volajúceho aktuálnej funkcie. Ak nebol " -"navštívený žiaden volajúci, bude použitý ten s najvyšším nákladom.
" +"Prejsť vyššiePrejde na naposledny vybraného volajúceho aktuálnej " +"funkcie. Ak nebol navštívený žiaden volajúci, bude použitý ten s najvyšším " +"nákladom.
" #: toplevel.cpp:702 msgid "&Up" @@ -1656,20 +1673,12 @@ msgid "Select secondary event type for cost e.g. shown in annotations" msgstr "" "Vybrať sekundárny typ nákladovej udalosti, zobrazený napr. v anotáciách" -#: functionselection.cpp:243 toplevel.cpp:763 -msgid "Grouping" -msgstr "Zoskupovanie" - #: toplevel.cpp:766 msgid "Select how functions are grouped into higher level cost items" msgstr "" "Vybrať spôsob, akým sú funkcie zoskupované do vyšších úrovní nákladových " "položiek" -#: functionselection.cpp:52 toplevel.cpp:772 -msgid "(No Grouping)" -msgstr "(Žiadne zoskupovanie)" - #: toplevel.cpp:782 msgid "Split" msgstr "Rozdeliť" @@ -1728,10 +1737,6 @@ msgstr "Ukázať absolútne náklady" msgid "Show Relative Cost" msgstr "Ukázať relatívne náklady" -#: partselection.cpp:302 toplevel.cpp:1687 -msgid "Go Back" -msgstr "Návrat" - #: toplevel.cpp:1688 msgid "Go Forward" msgstr "Dopredu" @@ -1773,876 +1778,814 @@ msgstr "(Žiadna predchádzajúca funkcia)" msgid "(No Function Up)" msgstr "(žiadna vyššia funkcia)" -#: costtypeitem.cpp:56 -msgid "Unknown Type" -msgstr "Neznámy typ" - -#: functionselection.cpp:176 -#, c-format -msgid "Go to %1" -msgstr "Ísť na %1" - -#: functionselection.cpp:203 -msgid "Show All Items" -msgstr "Zobraziť všetky položky" - -#: functionselection.cpp:226 -msgid "No Grouping" -msgstr "Žiadne zoskupovanie" - -#: sourceview.cpp:54 sourceview.cpp:554 -msgid "Source (unknown)" -msgstr "Zdroj (neznámy)" - -#: 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 "" - -#: sourceview.cpp:120 -#, c-format -msgid "Go to Line %1" -msgstr "Ísť na riadok %1" - -#: sourceview.cpp:293 -msgid "(No Source)" -msgstr "(Žiadny zdroj)" - -#: sourceview.cpp:512 -msgid "There is no cost of current selected type associated" -msgstr "Nie je asociovaný žiaden náklad momentálne vybraného typu" - -#: sourceview.cpp:514 -msgid "with any source line of this function in file" -msgstr "s ľubovoľným riadkom zdrojového súboru tejto funkcie v súbore" - -#: sourceview.cpp:518 -msgid "Thus, no annotated source can be shown." -msgstr "A preto, žiaden anotovaný zdroj nemôže byť zobrazený." - -#: sourceview.cpp:553 -msgid "Source ('%1')" -msgstr "Zdroj ('%1')" - -#: sourceview.cpp:559 -msgid "--- Inlined from '%1' ---" -msgstr "--- V riadku z '%1' ---" - -#: sourceview.cpp:560 -msgid "--- Inlined from unknown source ---" -msgstr "--- V riadku z neznámeho zdroja ---" - -#: sourceview.cpp:565 -msgid "There is no source available for the following function:" -msgstr "Pre nasledujúcu funkciu neexistuje žiaden zdroj:" - -#: sourceview.cpp:570 -msgid "This is because no debug information is present." -msgstr "Toto sa stalo preto, že nie sú k dispozícii informácie pre ladenie." - -#: sourceview.cpp:572 -msgid "Recompile source and redo the profile run." -msgstr "Preložiť zdroj a znova vytvoriť profil." - -#: sourceview.cpp:575 -msgid "The function is located in this ELF object:" -msgstr "Funkcia sa nachádza v tomto ELF objekte:" - -#: sourceview.cpp:583 -msgid "This is because its source file cannot be found:" -msgstr "Tto sa stalo preto, že zdrojovú súbor sa nepodarilo nájsť:" - -#: sourceview.cpp:587 -msgid "Add the folder of this file to the source folder list." -msgstr "Pridať priečinok tohto súboru do zoznamu zdrojových priečinkov." - -#: sourceview.cpp:589 -msgid "The list can be found in the configuration dialog." -msgstr "Zoznam môžete nájsť v dialógu nastavenia." - -#: configuration.cpp:67 -msgid "Instruction Fetch" -msgstr "Získanie inštrukcií" - -#: configuration.cpp:68 -msgid "Data Read Access" -msgstr "Prístup na čítanie dát" - -#: configuration.cpp:69 -msgid "Data Write Access" -msgstr "Prístup pre zápis dát" +#: tracedata.cpp:153 +msgid "Abstract Item" +msgstr "Abstraktná položka" -#: configuration.cpp:70 -msgid "L1 Instr. Fetch Miss" -msgstr "L1 Instr. Fetch Miss" +#: tracedata.cpp:154 +msgid "Cost Item" +msgstr "Nákladová položka" -#: configuration.cpp:71 -msgid "L1 Data Read Miss" -msgstr "L1 Data Read Miss" +#: tracedata.cpp:155 +msgid "Part Source Line" +msgstr "Časť riadka zdrojového súboru" -#: configuration.cpp:72 -msgid "L1 Data Write Miss" -msgstr "L1 Data Write Miss" +#: tracedata.cpp:156 +msgid "Source Line" +msgstr "Zdrojový riadok" -#: configuration.cpp:73 -msgid "L2 Instr. Fetch Miss" -msgstr "L2 Instr. Fetch Miss" +#: tracedata.cpp:157 +msgid "Part Line Call" +msgstr "Časť Volanie riadka" -#: configuration.cpp:74 -msgid "L2 Data Read Miss" -msgstr "L2 Data Read Miss" +#: tracedata.cpp:158 +msgid "Line Call" +msgstr "Volanie riadka" -#: configuration.cpp:75 -msgid "L2 Data Write Miss" -msgstr "L2 Data Write Miss" +#: tracedata.cpp:159 +msgid "Part Jump" +msgstr "Časť Skok" -#: configuration.cpp:76 -#, fuzzy -msgid "LL Instr. Fetch Miss" -msgstr "L1 Instr. Fetch Miss" +#: tracedata.cpp:160 +msgid "Jump" +msgstr "Skok" -#: configuration.cpp:77 -#, fuzzy -msgid "LL Data Read Miss" -msgstr "L1 Data Read Miss" +#: tracedata.cpp:161 +msgid "Part Instruction" +msgstr "Časť Inštrukcia" -#: configuration.cpp:78 -#, fuzzy -msgid "LL Data Write Miss" -msgstr "L1 Data Write Miss" +#: tracedata.cpp:162 +msgid "Instruction" +msgstr "Inštrukcia" -#: configuration.cpp:79 -msgid "Samples" -msgstr "Vzorky" +#: tracedata.cpp:163 +msgid "Part Instruction Jump" +msgstr "Časť Skok na inštrukciu" -#: configuration.cpp:80 -msgid "System Time" -msgstr "Systémový čas" +#: tracedata.cpp:164 +msgid "Instruction Jump" +msgstr "Skok na inštrukciu" -#: configuration.cpp:81 -msgid "User Time" -msgstr "Užívateľský čas" +#: tracedata.cpp:165 +msgid "Part Instruction Call" +msgstr "Časť Volanie inštrukcie" -#: configuration.cpp:82 -msgid "L1 Miss Sum" -msgstr "L1 Miss Sum" +#: tracedata.cpp:166 +msgid "Instruction Call" +msgstr "Volanie inštrukcie" -#: configuration.cpp:83 -msgid "L2 Miss Sum" -msgstr "L2 Miss Sum" +#: tracedata.cpp:167 +msgid "Part Call" +msgstr "Časť Volanie" -#: configuration.cpp:84 -#, fuzzy -msgid "LL Miss Sum" -msgstr "L1 Miss Sum" +#: tracedata.cpp:168 +msgid "Call" +msgstr "Zavolať" -#: configuration.cpp:85 -msgid "Cycle Estimation" -msgstr "Odhad cyklu" +#: tracedata.cpp:169 +msgid "Part Function" +msgstr "Časť Funkcia" -#: configdlg.cpp:60 -msgid "Source Files" -msgstr "Zdrojové súbory" +#: tracedata.cpp:170 +msgid "Function Source File" +msgstr "Funkcia Zdrojový súbor" -#: configdlg.cpp:61 -msgid "C++ Classes" -msgstr "Triedy C++" +#: dumpselectionbase.ui:300 dumpselectionbase.ui:939 +#: functionselectionbase.ui:136 stackselectionbase.ui:64 tracedata.cpp:171 +#, no-c-format +msgid "Function" +msgstr "Funkcia" -#: configdlg.cpp:62 -msgid "Function (no Grouping)" -msgstr "Funkcia (bez zoskupovania)" +#: tracedata.cpp:172 +msgid "Function Cycle" +msgstr "Funkcia Cyklus" -#: configdlg.cpp:157 configdlg.cpp:350 configdlg.cpp:371 -msgid "(always)" -msgstr "(vždy)" +#: tracedata.cpp:173 +msgid "Part Class" +msgstr "Časť Trieda" -#: configdlg.cpp:210 -msgid "KCachegrind Configuration" -msgstr "Konfigurácia KCachegrind" +#: tracedata.cpp:174 +msgid "Class" +msgstr "Trieda" -#: configdlg.cpp:211 -msgid "" -"The Maximum Number of List Items should be below 500.The previous set value " -"(%1) will still be used." -msgstr "" -"Maximálny počet položiek v zozname by nemal prekročiť 500. Bud použitá " -"predchádzajúca hodnota (%1)." +#: tracedata.cpp:175 +msgid "Part Source File" +msgstr "Časť Zdrojový súbor" -#: configdlg.cpp:384 -msgid "Choose Source Folder" -msgstr "Vybrať zdrojový priečinok" +#: tracedata.cpp:176 +msgid "Source File" +msgstr "Zdrojový súbor" -#: partview.cpp:51 -msgid "Comment" -msgstr "Komentár" +#: tracedata.cpp:177 +msgid "Part ELF Object" +msgstr "Časť ELF objekt" -#: partview.cpp:73 -msgid "" -"Trace Part List" -"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.
" -"Note that the list is hidden if only one trace part is loaded.
" -msgstr "" +#: tracedata.cpp:178 +msgid "ELF Object" +msgstr "Objekt ELF" -#: partview.cpp:106 -msgid "Select '%1'" -msgstr "Vybrať '%1'" +#: tracedata.cpp:180 +msgid "Program Trace" +msgstr "Trasovanie programu" -#: partview.cpp:107 -msgid "Hide '%1'" -msgstr "Skryť '%1'" +#: tracedata.cpp:241 +msgid "%1 from %2" +msgstr "%1 z %2" -#: partview.cpp:111 -msgid "Hide Selected" -msgstr "Skryť vybrané" +#: tracedata.cpp:2583 +msgid "(no caller)" +msgstr "(žiadny volajúci)" -#: partview.cpp:112 -msgid "Show All" -msgstr "Zobraziť všetky" +#: tracedata.cpp:2590 tracedata.cpp:2609 +msgid "%1 via %2" +msgstr "%1 cez %2" -#: callgraphview.cpp:306 -#, c-format -msgid "Call(s) from %1" -msgstr "Volanie od %1" +#: tracedata.cpp:2599 +msgid "(no callee)" +msgstr "(žiadny volaný)" -#: callgraphview.cpp:307 -#, c-format -msgid "Call(s) to %1" -msgstr "Volanie pre %1" +#: tracedata.cpp:4467 +msgid "(not found)" +msgstr "(nenájdené)" -#: callgraphview.cpp:308 -msgid "(unknown call)" -msgstr "(neznáme volanie)" +#: tracedata.cpp:5017 +msgid "Recalculating Function Cycles..." +msgstr "Prepočítavam cykly funkcie..." -#: callgraphview.cpp:1425 -msgid "" -"Call Graph around active Function" -"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's visible - should be the same as the cost of " -"the active function, as that's the part of inclusive cost of main() spent while " -"the active function was running.
" -"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." -"
" -msgstr "" +#: traceitemview.cpp:53 +msgid "No description available" +msgstr "Žiadny popis nedostupný" -#: callgraphview.cpp:1789 -msgid "" -"Warning: a long lasting graph layouting is in progress.\n" -"Reduce node/edge limits for speedup.\n" -msgstr "" -"Varovanie: prebieha dlhotrvajúci layouting grafu.\n" -"Pre urýchlenie znížte obmedzenia uzlov/hrán.\n" +#: treemap.cpp:1281 +#, c-format +msgid "Text %1" +msgstr "Text %1" -#: callgraphview.cpp:1792 -msgid "" -"Layouting stopped.\n" -msgstr "" -"Layoutovanie zastavené.\n" +#: treemap.cpp:2809 +msgid "Recursive Bisection" +msgstr "Rekurzívna bisekcia" -#: callgraphview.cpp:1794 -msgid "" -"The call graph has %1 nodes and %2 edges.\n" -msgstr "" -"Graf volaní má %1 uzlov a %2 hrán.\n" +#: treemap.cpp:2810 +msgid "Columns" +msgstr "Stĺpce" -#: callgraphview.cpp:1827 -msgid "No item activated for which to draw the call graph." -msgstr "Nie je aktivovaná žiadna položka pre vykreslenie grafu volaní." +#: treemap.cpp:2811 +msgid "Rows" +msgstr "Riadky" -#: callgraphview.cpp:1838 -msgid "No call graph can be drawn for the active item." -msgstr "Pre aktívnu položku nemožno zobraziť graf volaní." +#: treemap.cpp:2812 +msgid "Always Best" +msgstr "Vždy najlepší" -#: callgraphview.cpp:1867 -msgid "" -"No call graph is available because the following\n" -"command cannot be run:\n" -"'%1'\n" -msgstr "" -"Graf volaní nie je dostupný, pretože nasledujúci\n" -"príkaz sa nepodarilo spustiť:\n" -"'%1'\n" +#: treemap.cpp:2813 +msgid "Best" +msgstr "Najlepší" -#: callgraphview.cpp:1870 callgraphview.cpp:2199 -msgid "Please check that 'dot' is installed (package GraphViz)." -msgstr "Prosím skontrolujte či je 'dot' inštalovaný (balík GraphViz)." +#: treemap.cpp:2814 +msgid "Alternate (V)" +msgstr "Alternatívny (V)" -#: callgraphview.cpp:2198 -msgid "" -"Error running the graph layouting tool.\n" -msgstr "" -"Chyba počas behu nástroja na layoutovanie grafu.\n" +#: treemap.cpp:2815 +msgid "Alternate (H)" +msgstr "Alternatívny (H)" -#: callgraphview.cpp:2206 -msgid "" -"There is no call graph available for function\n" -"\t'%1'\n" -"because it has no cost of the selected event type." -msgstr "" -"Nie je dostupný graf pre funkciu\n" -"\t'%1',\n" -"pretože neobsahuje náklad vybraného typu udalosti." +#: treemap.cpp:2816 +#, fuzzy +msgid "Horizontal" +msgstr "Rozdeliť horizontálne" -#: callgraphview.cpp:2427 -msgid "Stop Layouting" -msgstr "Zastaviť layoutovanie" +#: treemap.cpp:2817 +msgid "Vertical" +msgstr "" -#: callgraphview.cpp:2435 -msgid "As PostScript" -msgstr "Ako PostScript" +#: treemap.cpp:2872 +msgid "Nesting" +msgstr "Vetvenie" -#: callgraphview.cpp:2436 -msgid "As Image ..." -msgstr "Ako obrázok ..." +#: treemap.cpp:2874 +#, fuzzy +msgid "Border" +msgstr "Orámovanie 0" -#: callgraphview.cpp:2438 -msgid "Export Graph" -msgstr "Exportovať graf" +#: treemap.cpp:2875 +msgid "Correct Borders Only" +msgstr "Iba správne okraje" -#: callgraphview.cpp:2443 callgraphview.cpp:2466 -msgid "Unlimited" -msgstr "Neobmedzene" +#: treemap.cpp:2877 treemap.cpp:2878 treemap.cpp:2879 treemap.cpp:2880 +#, c-format +msgid "Width %1" +msgstr "Šírka %1" -#: callgraphview.cpp:2446 callgraphview.cpp:2469 -msgid "None" -msgstr "Žiadne" +#: treemap.cpp:2902 +msgid "Visible" +msgstr "Viditeľné" -#: callgraphview.cpp:2447 callgraphview.cpp:2470 -msgid "max. 2" -msgstr "max. 2" +#: treemap.cpp:2903 +msgid "Take Space From Children" +msgstr "Zabrať miesto potomkom" -#: callgraphview.cpp:2448 callgraphview.cpp:2471 -msgid "max. 5" -msgstr "max. 5" +#: treemap.cpp:2905 +msgid "Top Left" +msgstr "Vľavo hore" -#: callgraphview.cpp:2449 callgraphview.cpp:2472 -msgid "max. 10" -msgstr "max. 10" +#: treemap.cpp:2906 +msgid "Top Center" +msgstr "Hore uprostred" -#: callgraphview.cpp:2450 callgraphview.cpp:2473 -msgid "max. 15" -msgstr "max. 15" +#: treemap.cpp:2907 +msgid "Top Right" +msgstr "Vpravo hore" -#: callgraphview.cpp:2460 callgraphview.cpp:2483 -#, c-format -msgid "< %1" -msgstr "< %1" +#: treemap.cpp:2909 +msgid "Bottom Center" +msgstr "Dole uprostred" -#: callgraphview.cpp:2489 -msgid "No Minimum" -msgstr "Žiadne minimum" +#: treemap.cpp:2910 +msgid "Bottom Right" +msgstr "Vpravo dole" -#: callgraphview.cpp:2493 -#, c-format -msgid "50 %" -msgstr "50 %" +#: treemap.cpp:2987 +msgid "No %1 Limit" +msgstr "Žiadny limit: %1" -#: callgraphview.cpp:2494 +#: treemap.cpp:3056 treemap.cpp:3067 #, c-format -msgid "20 %" -msgstr "20 %" +msgid "" +"_n: 1 Pixel\n" +"%n Pixels" +msgstr "" +"1 pixel\n" +"%n pixely\n" +"%n pixelov" -#: callgraphview.cpp:2495 -#, c-format -msgid "10 %" -msgstr "10 %" +#: treemap.cpp:3073 +msgid "Halve Area Limit (to %1)" +msgstr "Polovičný limit oblasti (na %1)" -#: callgraphview.cpp:2496 +#: treemap.cpp:3118 #, c-format -msgid "5 %" -msgstr "5 %" +msgid "Depth %1" +msgstr "Hĺbka %1" -#: callgraphview.cpp:2497 -#, c-format -msgid "3 %" -msgstr "3 %" +#: treemap.cpp:3122 +msgid "Decrement (to %1)" +msgstr "Zníženie (na %1)" -#: callgraphview.cpp:2498 -#, c-format -msgid "2 %" -msgstr "2 %" +#: treemap.cpp:3124 +msgid "Increment (to %1)" +msgstr "Prírastok (na %1)" -#: callgraphview.cpp:2499 -#, c-format -msgid "1.5 %" -msgstr "1.5 %" +#: configdlgbase.ui:16 +#, fuzzy, no-c-format +msgid "Configuration" +msgstr "Konfigurácia KCachegrind" -#: callgraphview.cpp:2500 -#, c-format -msgid "1 %" -msgstr "1 %" +#: configdlgbase.ui:37 +#, no-c-format +msgid "General" +msgstr "Všeobecné" -#: callgraphview.cpp:2516 -msgid "Same as Node" -msgstr "Rovnako ako uzol" +#: configdlgbase.ui:69 +#, no-c-format +msgid "Truncated when more/longer than:" +msgstr "Skrátený keď viac/dlhší ako:" -#: callgraphview.cpp:2517 -#, c-format -msgid "50 % of Node" -msgstr "50 % z uzla" +#: configdlgbase.ui:77 +#, no-c-format +msgid "Precision of percentage values:" +msgstr "Presnosť percentuálnych hodnôt:" -#: callgraphview.cpp:2518 -#, c-format -msgid "20 % of Node" -msgstr "20 % z uzla" +#: configdlgbase.ui:85 +#, no-c-format +msgid "Symbols in tooltips and context menus" +msgstr "Symboly v nástrojových tipoch a kontextových ponukách" -#: callgraphview.cpp:2519 -#, c-format -msgid "10 % of Node" -msgstr "10 % z uzla" +#: configdlgbase.ui:141 +#, no-c-format +msgid "Maximum number of items in lists:" +msgstr "Maximálny počet položiek v zoznamoch:" -#: callgraphview.cpp:2529 -msgid "Caller Depth" -msgstr "Hĺbka volajúcich" +#: configdlgbase.ui:162 +#, no-c-format +msgid "Cost Item Colors" +msgstr "Farby nákladových položiek" -#: callgraphview.cpp:2530 -msgid "Callee Depth" -msgstr "Hĺbka volaných" +#: configdlgbase.ui:254 +#, no-c-format +msgid "Object:" +msgstr "Objekt:" -#: callgraphview.cpp:2531 -msgid "Min. Node Cost" -msgstr "Min. náklad uzlu" +#: configdlgbase.ui:262 +#, no-c-format +msgid "Class:" +msgstr "Trieda:" -#: callgraphview.cpp:2532 -msgid "Min. Call Cost" -msgstr "Min. náklad volania" +#: configdlgbase.ui:310 +#, no-c-format +msgid "File:" +msgstr "Súbor:" -#: callgraphview.cpp:2534 -msgid "Arrows for Skipped Calls" -msgstr "Šípky pre preskočené volania" +#: configdlgbase.ui:376 +#, no-c-format +msgid "Annotations" +msgstr "Vysvetlivky" -#: callgraphview.cpp:2536 -msgid "Inner-cycle Calls" -msgstr "Volania vnútorného cyklu" +#: configdlgbase.ui:395 +#, no-c-format +msgid "Context lines in annotations:" +msgstr "Kontextové riadky v anotáciách:" -#: callgraphview.cpp:2538 -msgid "Cluster Groups" -msgstr "Skupiny clusterov" +#: configdlgbase.ui:423 +#, no-c-format +msgid "Source Folders" +msgstr "Zdrojové priečinky" -#: callgraphview.cpp:2543 -msgid "Compact" -msgstr "Kompaktne" +#: configdlgbase.ui:454 +#, no-c-format +msgid "Object / Related Source Base" +msgstr "Objekt / zdrojová základňa" -#: callgraphview.cpp:2544 -msgid "Normal" -msgstr "Normálne" +#: configdlgbase.ui:483 +#, no-c-format +msgid "Add..." +msgstr "Pridať..." -#: callgraphview.cpp:2545 -msgid "Tall" -msgstr "Vysoký" +#: configdlgbase.ui:508 +#, no-c-format +msgid "Delete" +msgstr "" -#: callgraphview.cpp:2550 -msgid "Top to Down" -msgstr "Zhora dole" +#: configdlgbase.ui:585 +#, no-c-format +msgid "&OK" +msgstr "" -#: callgraphview.cpp:2551 -msgid "Left to Right" -msgstr "Zľava doprava" +#: configdlgbase.ui:596 +#, no-c-format +msgid "&Cancel" +msgstr "" -#: callgraphview.cpp:2552 -msgid "Circular" -msgstr "Kruhovo" +#: dumpselectionbase.ui:32 +#, no-c-format +msgid "Target" +msgstr "Cieľ" -#: callgraphview.cpp:2558 -msgid "TopLeft" -msgstr "VľavoHore" +#: dumpselectionbase.ui:54 +#, no-c-format +msgid "Time" +msgstr "Čas" -#: callgraphview.cpp:2559 -msgid "TopRight" -msgstr "VpravoHore" +#: dumpselectionbase.ui:65 +#, no-c-format +msgid "Path" +msgstr "Cesta" -#: callgraphview.cpp:2560 -msgid "BottomLeft" -msgstr "VľavoDole" +#: dumpselectionbase.ui:87 +#, fuzzy, no-c-format +msgid "Options" +msgstr "Voľba" -#: callgraphview.cpp:2561 -msgid "BottomRight" -msgstr "VpravoDole" +#: dumpselectionbase.ui:106 +#, no-c-format +msgid "Target command:" +msgstr "Cieľový príkaz:" -#: callgraphview.cpp:2569 -msgid "Graph" -msgstr "Graf" +#: dumpselectionbase.ui:119 +#, no-c-format +msgid "Profiler options:" +msgstr "Nastavenie profilov:" -#: callgraphview.cpp:2570 partselection.cpp:320 -msgid "Visualization" -msgstr "Vizualizácia" +#: dumpselectionbase.ui:125 +#, no-c-format +msgid "Option" +msgstr "Voľba" -#: callgraphview.cpp:2571 -msgid "Birds-eye View" -msgstr "Vtáčia perspektíva" +#: dumpselectionbase.ui:136 dumpselectionbase.ui:688 +#, no-c-format +msgid "Value" +msgstr "Hodnota" -#: partlistitem.cpp:49 -msgid " (Thread %1)" -msgstr "(Vlákno %1)" +#: dumpselectionbase.ui:147 +#, no-c-format +msgid "Trace" +msgstr "Stopovať" -#: partlistitem.cpp:56 -msgid "(none)" -msgstr "(žiadna)" +#: dumpselectionbase.ui:160 dumpselectionbase.ui:768 +#, no-c-format +msgid "Jumps" +msgstr "Skoky" -#: callitem.cpp:82 partlistitem.cpp:152 -msgid "(active)" -msgstr "(aktívna)" +#: dumpselectionbase.ui:174 +#, no-c-format +msgid "Instructions" +msgstr "Inštrukcie" -#: partselection.cpp:151 -msgid "Profile Part Overview: Current is '%1'" -msgstr "Prehľad časti profilu: Aktuálna je '%1'" +#: dumpselectionbase.ui:189 dumpselectionbase.ui:783 +#, no-c-format +msgid "Events" +msgstr "Udalosti" -#: partselection.cpp:287 -msgid "Deselect" -msgstr "Zrušiť výber" +#: dumpselectionbase.ui:202 +#, no-c-format +msgid "Full Cache" +msgstr "Celá cache" -#: partselection.cpp:287 partselection.cpp:311 -msgid "Select" -msgstr "Vybrať" +#: dumpselectionbase.ui:216 +#, no-c-format +msgid "Custom" +msgstr "Vlastné" -#: partselection.cpp:292 -msgid "Select All Parts" -msgstr "Vybrať všetky časti" +#: dumpselectionbase.ui:231 +#, no-c-format +msgid "Collect" +msgstr "Zozbierať" -#: partselection.cpp:294 -msgid "Visible Parts" -msgstr "Viditeľné časti" +#: dumpselectionbase.ui:244 +#, no-c-format +msgid "At Startup" +msgstr "Pri štarte" -#: partselection.cpp:296 -msgid "Hide Selected Parts" -msgstr "Skryť vybrané časti" +#: dumpselectionbase.ui:258 +#, no-c-format +msgid "While In" +msgstr "Kým v" -#: partselection.cpp:297 -msgid "Unhide Hidden Parts" -msgstr "Zobraziť skryté časti" +#: dumpselectionbase.ui:273 +#, no-c-format +msgid "Skip" +msgstr "Preskočiť" -#: partselection.cpp:322 -msgid "Partitioning Mode" -msgstr "Režim delenia" +#: dumpselectionbase.ui:286 +#, no-c-format +msgid "PLT" +msgstr "PLT" -#: partselection.cpp:323 -msgid "Diagram Mode" -msgstr "Režim diagramu" +#: dumpselectionbase.ui:315 +#, no-c-format +msgid "Dump Profile" +msgstr "Dumpovať profil" -#: partselection.cpp:324 -msgid "Zoom Function" -msgstr "Funkcia približovania" +#: dumpselectionbase.ui:328 +#, no-c-format +msgid "Every BBs" +msgstr "Každé BB" -#: partselection.cpp:325 -msgid "Show Direct Calls" -msgstr "Zobraziť priame volania" +#: dumpselectionbase.ui:342 dumpselectionbase.ui:384 +#, no-c-format +msgid "On Entering" +msgstr "Pri vstupe" -#: partselection.cpp:326 -msgid "Increment Shown Call Levels" -msgstr "Zvýšiť zobrazené úrovne volaní" +#: dumpselectionbase.ui:356 +#, no-c-format +msgid "On Leaving" +msgstr "Pri výstupe" -#: partselection.cpp:340 -msgid "Draw Names" -msgstr "Kresliť mená" +#: dumpselectionbase.ui:371 +#, no-c-format +msgid "Zero Events" +msgstr "Nulové udalosti" -#: partselection.cpp:341 -msgid "Draw Costs" -msgstr "Kresliť náklady" +#: dumpselectionbase.ui:399 +#, no-c-format +msgid "Separate" +msgstr "Oddeliť" -#: partselection.cpp:343 -msgid "Draw Frames" -msgstr "Kresliť rámy" +#: dumpselectionbase.ui:412 +#, no-c-format +msgid "Threads" +msgstr "Vlákna" -#: partselection.cpp:359 -msgid "Hide Info" -msgstr "Skryť info" +#: dumpselectionbase.ui:426 +#, no-c-format +msgid "Recursions" +msgstr "Rekurzie" -#: partselection.cpp:361 -msgid "Show Info" -msgstr "Ukázať info" +#: dumpselectionbase.ui:440 +#, no-c-format +msgid "Call Chain" +msgstr "Reťazec volaní" -#: partselection.cpp:541 -msgid "(no trace loaded)" -msgstr "(bez načítaného trasovania)" +#: dumpselectionbase.ui:470 +#, no-c-format +msgid "Custom profiler options:" +msgstr "Vlastné nastavenia profilov:" -#: instrview.cpp:129 -msgid "Hex" -msgstr "Hex" +#: dumpselectionbase.ui:508 +#, no-c-format +msgid "Run New Profile" +msgstr "Spustiť nový profil" -#: instrview.cpp:132 -msgid "Source Position" -msgstr "Pozícia zdroja" +#: dumpselectionbase.ui:520 +#, no-c-format +msgid "Info" +msgstr "Info" -#: instrview.cpp:163 -msgid "" -"Annotated Assembler" -"
The annotated assembler list shows the machine code 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 disassembler output 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.
" -msgstr "" +#: dumpselectionbase.ui:531 +#, no-c-format +msgid "Dump reason:" +msgstr "Dôvod dumpu:" -#: instrview.cpp:195 -#, c-format -msgid "Go to Address %1" -msgstr "Ísť na adresu '%1'" +#: dumpselectionbase.ui:544 +#, no-c-format +msgid "Event summary:" +msgstr "Súhrn udalostí:" -#: instrview.cpp:207 -msgid "Hex Code" -msgstr "Hex Kód" +#: dumpselectionbase.ui:561 +#, no-c-format +msgid "Sum" +msgstr "Spolu" -#: instrview.cpp:426 -msgid "There is no instruction info in the profile data file." -msgstr "V dátovom súbore profilu nie sú žiadne inštruktážne informácie." +#: dumpselectionbase.ui:579 +#, no-c-format +msgid "Miscellaneous:" +msgstr "Rôzne:" -#: instrview.cpp:428 -msgid "For the Valgrind Calltree Skin, rerun with option" -msgstr "Pre skin Valgrind Calltree opätovne spustite s voľbou" +#: dumpselectionbase.ui:617 +#, no-c-format +msgid "Show" +msgstr "Zobraziť" -#: instrview.cpp:429 -msgid " --dump-instr=yes" -msgstr " --dump-instr=yes" +#: dumpselectionbase.ui:625 +#, no-c-format +msgid "Compare" +msgstr "Porovnať" -#: instrview.cpp:430 -msgid "To see (conditional) jumps, additionally specify" -msgstr "Aby ste videli (podmienené) skoky, dodatočne špecifikujte" +#: dumpselectionbase.ui:637 +#, no-c-format +msgid "State" +msgstr "Stav" -#: instrview.cpp:431 -msgid " --trace-jump=yes" -msgstr " --trace-jump=yes" +#: dumpselectionbase.ui:656 +#, no-c-format +msgid "Update" +msgstr "Aktualizovať" -#: instrview.cpp:629 -msgid "There is an error trying to execute the command" -msgstr "Pri pokuse o vykonanie príkazu sa vyskytla chyba." +#: dumpselectionbase.ui:664 +#, no-c-format +msgid "Every [s]:" +msgstr "Každých [s]:" -#: instrview.cpp:634 instrview.cpp:900 -msgid "Check that you have installed 'objdump'." -msgstr "Skontrolujte, či máte nainštalovaný 'objdump'." +#: dumpselectionbase.ui:677 +#, no-c-format +msgid "Counter" +msgstr "Počítadlo" -#: instrview.cpp:636 instrview.cpp:902 -msgid "This utility can be found in the 'binutils' package." -msgstr "Túto utilitu môžete nájsť v balíku 'binutils'." +#: dumpselectionbase.ui:699 +#, no-c-format +msgid "Dumps Done" +msgstr "Dump hotový" -#: instrview.cpp:739 -msgid "(No Assembler)" -msgstr "(Bez asembleru)" +#: dumpselectionbase.ui:713 +#, no-c-format +msgid "Is Collecting" +msgstr "Zbiera" -#: instrview.cpp:875 -#, c-format -msgid "" -"_n: There is %n cost line without assembler code.\n" -"There are %n cost lines without assembler code." -msgstr "" -"Existuje jeden nákladový riadok bez asemblerovského kódu.\n" -"Existujú %n nákladové riadky bez asemblerovského kódu.\n" -"Existuje %n nákladových riadkov bez asemblerovského kódu." +#: dumpselectionbase.ui:727 +#, no-c-format +msgid "Executed" +msgstr "Spustený" -#: instrview.cpp:877 -msgid "This happens because the code of" -msgstr "Toto sa stáva, pretože kód " +#: dumpselectionbase.ui:740 +#, no-c-format +msgid "Basic Blocks" +msgstr "Základné bloky" -#: instrview.cpp:880 -msgid "does not seem to match the profile data file." -msgstr "zrejme nepatrí k dátovému súboru profilu." +#: dumpselectionbase.ui:796 +#, no-c-format +msgid "Ir" +msgstr "Ir" -#: instrview.cpp:883 -msgid "Are you using an old profile data file or is the above mentioned" -msgstr "Používate starý súbor s dátami profilu alebo je vyššie spomenutý" +#: dumpselectionbase.ui:811 +#, no-c-format +msgid "Distinct" +msgstr "Rozdielne" -#: instrview.cpp:885 -msgid "ELF object from an updated installation/another machine?" -msgstr "ELF objekt pochádza z aktualizovanej inštalácie/iného stroja?" +#: dumpselectionbase.ui:838 +#, no-c-format +msgid "Functions" +msgstr "Funkcie" -#: instrview.cpp:893 -msgid "There seems to be an error trying to execute the command" -msgstr "Pri vykonávaní príkazu sa zrejme vyskytla chyba" +#: dumpselectionbase.ui:852 +#, no-c-format +msgid "Contexts" +msgstr "Kontexty" -#: instrview.cpp:898 -msgid "Check that the ELF object used in the command exists." -msgstr "Overte existenciu ELF objektu použitého v príkaze." +#: dumpselectionbase.ui:890 +#, no-c-format +msgid "Stack trace:" +msgstr "Stopovanie stacku:" -#: instritem.cpp:137 -msgid "Jump %1 of %2 times to 0x%3" -msgstr "Skok %1 %2 razy na 0x%3" +#: dumpselectionbase.ui:898 +#, no-c-format +msgid "Sync." +msgstr "Synch." -#: instritem.cpp:142 -msgid "Jump %1 times to 0x%2" -msgstr "Skok %1 razy na 0x%2" +#: dumpselectionbase.ui:976 +#, no-c-format +msgid "Start" +msgstr "Spustiť" -#: treemap.cpp:1281 -#, c-format -msgid "Text %1" -msgstr "Text %1" +#: dumpselectionbase.ui:1001 +#, no-c-format +msgid "Zero" +msgstr "Nula" -#: treemap.cpp:2809 -msgid "Recursive Bisection" -msgstr "Rekurzívna bisekcia" +#: dumpselectionbase.ui:1009 +#, no-c-format +msgid "Dump" +msgstr "Dump" -#: treemap.cpp:2810 -msgid "Columns" -msgstr "Stĺpce" +#: dumpselectionbase.ui:1021 +#, no-c-format +msgid "Messages" +msgstr "Správy" -#: treemap.cpp:2811 -msgid "Rows" -msgstr "Riadky" +#: dumpselectionbase.ui:1045 +#, no-c-format +msgid "Kill Run" +msgstr "Zabiť beh" -#: treemap.cpp:2812 -msgid "Always Best" -msgstr "Vždy najlepší" +#: dumpselectionbase.ui:1070 +#, no-c-format +msgid "Clear" +msgstr "" -#: treemap.cpp:2813 -msgid "Best" -msgstr "Najlepší" +#: functionselectionbase.ui:41 +#, no-c-format +msgid "&Search:" +msgstr "&Hľadať:" -#: treemap.cpp:2814 -msgid "Alternate (V)" -msgstr "Alternatívny (V)" +#: functionselectionbase.ui:73 +#, no-c-format +msgid "Group" +msgstr "Skupina" -#: treemap.cpp:2815 -msgid "Alternate (H)" -msgstr "Alternatívny (H)" +#: partselectionbase.ui:60 +#, no-c-format +msgid "(no trace parts)" +msgstr "(žiadne časti trasovania)" -#: treemap.cpp:2872 -msgid "Nesting" -msgstr "Vetvenie" +#: stackselectionbase.ui:16 +#, no-c-format +msgid "Stack Selection" +msgstr "Výber stacku" -#: treemap.cpp:2875 -msgid "Correct Borders Only" -msgstr "Iba správne okraje" +#: stackselectionbase.ui:42 +#, no-c-format +msgid "Cost2" +msgstr "Náklad2" -#: treemap.cpp:2877 treemap.cpp:2878 treemap.cpp:2879 treemap.cpp:2880 -#, c-format -msgid "Width %1" -msgstr "Šírka %1" +#: tdecachegrindui.rc:4 +#, fuzzy, no-c-format +msgid "&File" +msgstr "Súbor:" -#: treemap.cpp:2902 -msgid "Visible" -msgstr "Viditeľné" +#: tdecachegrindui.rc:10 +#, no-c-format +msgid "&View" +msgstr "" -#: treemap.cpp:2903 -msgid "Take Space From Children" -msgstr "Zabrať miesto potomkom" +#: tdecachegrindui.rc:15 +#, no-c-format +msgid "&Layout" +msgstr "&Usporiadanie" -#: treemap.cpp:2905 -msgid "Top Left" -msgstr "Vľavo hore" +#: tdecachegrindui.rc:32 +#, no-c-format +msgid "Sidebars" +msgstr "Postranné panely" -#: treemap.cpp:2906 -msgid "Top Center" -msgstr "Hore uprostred" +#: tdecachegrindui.rc:41 +#, fuzzy, no-c-format +msgid "Main Toolbar" +msgstr "Stavový panel" -#: treemap.cpp:2907 -msgid "Top Right" -msgstr "Vpravo hore" +#: tdecachegrindui.rc:54 +#, no-c-format +msgid "State Toolbar" +msgstr "Stavový panel" -#: treemap.cpp:2909 -msgid "Bottom Center" -msgstr "Dole uprostred" +#: tips:3 +msgid "" +"...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.
\n" +msgstr "" -#: treemap.cpp:2910 -msgid "Bottom Right" -msgstr "Vpravo dole" +#: tips:13 +msgid "" +"...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" +"
\n" +msgstr "" -#: treemap.cpp:2987 -msgid "No %1 Limit" -msgstr "Žiadny limit: %1" +#: tips:22 +msgid "" +"...that you can use Alt-Left/Right keys of your keyboard to go\n" +"back/forward in the active object history ?
\n" +msgstr "" +"...že môžete použiť Alt-Ľavá/Pravá šípka na vašej klávesnici pre pohyb\n" +"späť/dopredu v histórii aktívnych objektov?
\n" -#: treemap.cpp:3056 treemap.cpp:3067 -#, c-format +#: tips:29 msgid "" -"_n: 1 Pixel\n" -"%n Pixels" +"...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" +"
\n" msgstr "" -"1 pixel\n" -"%n pixely\n" -"%n pixelov" -#: treemap.cpp:3073 -msgid "Halve Area Limit (to %1)" -msgstr "Polovičný limit oblasti (na %1)" +#: tips:39 +msgid "" +"...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" +"
\n" +msgstr "" -#: treemap.cpp:3118 -#, c-format -msgid "Depth %1" -msgstr "Hĺbka %1" +#: tips:49 +msgid "" +"...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?
\n" +msgstr "" -#: treemap.cpp:3122 -msgid "Decrement (to %1)" -msgstr "Zníženie (na %1)" +#: tips:57 +msgid "" +"...that you can assign custom colors to \n" +"ELF objects/C++ Classes/Source Files for graph coloring\n" +"in Settings->Configure KCachegrind...?
\n" +msgstr "" -#: treemap.cpp:3124 -msgid "Increment (to %1)" -msgstr "Prírastok (na %1)" +#: tips:65 +msgid "" +"...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?
\n" +"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 "" -#: traceitemview.cpp:53 -msgid "No description available" -msgstr "Žiadny popis nedostupný" +#: tips:77 +msgid "" +"
...that you can configure whether KCachgrind should\n" +"show absolute event counts or relative ones (percentage display)?
\n" +msgstr "" +"...že môžete nastaviť, či by mal KCachgrind ukazovať\n" +"absolútne počty udalostí alebo relatívne (v percentách)?
\n" -#: coverageview.cpp:48 coverageview.cpp:54 -msgid "Distance" -msgstr "Vzdialenosť" +#: tips:84 +msgid "" +"...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.
\n" +"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.
\n" +msgstr "" -#: coverageview.cpp:55 -msgid "Calling" -msgstr "Volanie" +#: tips:97 +msgid "" +"...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?
\n" +"Examples:
\n" +"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().
\n" +"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().
\n" +msgstr "" -#: coverageview.cpp:90 +#: tips:113 msgid "" -"List of all Callers" -"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.
" +"...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?
\n" +"Items from this list can be selected by pressing the right\n" +"mouse button.
\n" msgstr "" -#: coverageview.cpp:120 +#: tips:123 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.
" +"...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 "" -- cgit v1.2.1