Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TTool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mbe-tools
TTool
Commits
7b8aeb3a
Commit
7b8aeb3a
authored
5 years ago
by
maysam zoor
Browse files
Options
Downloads
Patches
Plain Diff
update
parent
eedb6b0c
No related branches found
Branches containing commit
No related tags found
4 merge requests
!323
Compare latency detailed analysis
,
!321
Compare latency detailed analysis
,
!320
Compare latency detailed analysis
,
!313
Compare latency detailed anlysis
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/ui/simulationtraceanalysis/latencyDetailedAnalysisMain.java
+3
-1
3 additions, 1 deletion
.../simulationtraceanalysis/latencyDetailedAnalysisMain.java
with
3 additions
and
1 deletion
src/main/java/ui/simulationtraceanalysis/latencyDetailedAnalysisMain.java
+
3
−
1
View file @
7b8aeb3a
...
@@ -56,7 +56,7 @@ public class latencyDetailedAnalysisMain {
...
@@ -56,7 +56,7 @@ public class latencyDetailedAnalysisMain {
List
<
TMLComponentDesignPanel
>
cpanels
;
List
<
TMLComponentDesignPanel
>
cpanels
;
TMLComponentDesignPanel
compdp
;
TMLComponentDesignPanel
compdp
;
TURTLEPanel
tp
=
selectedTab
;
TURTLEPanel
tp
=
selectedTab
;
TMLArchiPanel
tmlap
=
(
TMLArchiPanel
)
tp
;
// tmlap = (TMLArchiPanel) tp;
// tmlap = (TMLArchiPanel) tp;
if
(
mainGUI_compare
.
gtm
==
null
)
{
if
(
mainGUI_compare
.
gtm
==
null
)
{
...
@@ -64,6 +64,8 @@ public class latencyDetailedAnalysisMain {
...
@@ -64,6 +64,8 @@ public class latencyDetailedAnalysisMain {
}
else
{
}
else
{
if
(
mainGUI_compare
.
gtm
.
getTMLMapping
()
!=
null
)
{
if
(
mainGUI_compare
.
gtm
.
getTMLMapping
()
!=
null
)
{
TMLArchiPanel
tmlap
=
(
TMLArchiPanel
)
tp
;
TMLMapping
<
TGComponent
>
map
=
mainGUI_compare
.
gtm
.
getTMLMapping
();
TMLMapping
<
TGComponent
>
map
=
mainGUI_compare
.
gtm
.
getTMLMapping
();
for
(
TGComponent
component
:
tmlap
.
tmlap
.
getComponentList
())
{
for
(
TGComponent
component
:
tmlap
.
tmlap
.
getComponentList
())
{
tmlNodesToValidate
.
add
(
component
);
tmlNodesToValidate
.
add
(
component
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment