Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f30d18e1c6ffcc28bace2f76481f55c32b82e08c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
MassifLaunchDelegate.Error_parsing_output=Error parsing output
MassifLaunchDelegate.Parsing_Massif_Output=Parsing Massif Output
MassifLaunchDelegate.Retrieving_massif_data_dir=Retrieving massif data dir failed.
MassifParser.Parsing_massif_output_failed=Parsing massif output failed on line: {0}
MassifParser.Snapshot_n=Snapshot {0} - {1}
MassifParser.Unexpected_EOF=Unexpected EOF
MassifPidMenuAction.Select_Process_ID=Select Process ID
MassifToolPage.administrative_bytes=administrative bytes per block:
MassifToolPage.Alignment_must_be_power_2=Alignment must be a power of 2 between 8 and 4096 inclusive
MassifToolPage.allocation_functions=allocation functions:
MassifToolPage.ignore_functions=ignore functions:
MassifToolPage.allocation_peak_inaccuracy=allocation peak inaccuracy:
MassifToolPage.allocation_tree_depth=allocation tree depth:
MassifToolPage.bytes=bytes
MassifToolPage.detailed_snapshot_freq=detailed snapshot frequency:
MassifToolPage.Edit=E&dit
MassifToolPage.Function_name=Function name: 
MassifToolPage.heap_allocation_threshold=heap allocation threshold:
MassifToolPage.instructions=instructions
MassifToolPage.Massif_Options=Massif Options
MassifToolPage.max_snapshots=max snapshots:
MassifToolPage.milliseconds=milliseconds
MassifToolPage.minimum_heap_block=minimum heap block alignment:
MassifToolPage.New=N&ew
MassifToolPage.New_Allocation_Function=New Allocation Function
MassifToolPage.New_Ignore_Function=New Ignore Function
MassifToolPage.profile_heap=profile heap
MassifToolPage.profile_pagesasheap=profile memory at page level
MassifToolPage.profile_stack=profile stack
MassifToolPage.Remove=Rem&ove
MassifToolPage.time_unit=time unit:
MassifViewPart.Display_Heap_Allocation=Display Heap Allocation Graph
MassifViewPart.Extra_Heap=Extra Heap (B)
MassifViewPart.Save_Chart=Save Chart As SVG
MassifViewPart.Save_chart_dialog_title=Save Chart
MassifViewPart.Show_Heap_Tree=Show Heap Tree
MassifViewPart.Snapshot=Snapshot
MassifViewPart.Stacks=Stacks (B)
MassifViewPart.Time=Time
MassifViewPart.Total=Total (B)
MassifViewPart.Useful_Heap=Useful Heap (B)
CollapseAction.Text=Collapse Beneath Selection
ExpandAction.Text=Expand Beneath Selection

Back to the top