Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
kazoo
Commits
3d04ddd5
Commit
3d04ddd5
authored
May 03, 2019
by
Maxime Perrotin
Browse files
Add dump of deployment view with virtual processors
parent
3130ed89
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/taste-deployment_view.adb
View file @
3d04ddd5
...
...
@@ -554,6 +554,15 @@ package body TASTE.Deployment_View is
&
Partition
.
CPU_Platform
'
Img
);
Put_Line
(
Output
,
" |_ CPU Classifier : "
&
To_String
(
Partition
.
CPU_Classifier
));
if
Partition
.
VP_Name
/=
""
then
Put_Line
(
Output
,
" |_ VP Name : "
&
To_String
(
Partition
.
VP_Name
));
Put_Line
(
Output
,
" |_ VP Platform : "
&
Partition
.
VP_Platform
'
Img
);
Put_Line
(
Output
,
" |_ VP Classifier : "
&
To_String
(
Partition
.
VP_Classifier
));
end
if
;
Put
(
Output
,
" |_ Contains : "
);
for
Bounded
of
Partition
.
Bound_Functions
loop
Put
(
Output
,
Bounded
&
" "
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment