Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Benoit Barbot
WordGen
Commits
bae539e9
Commit
bae539e9
authored
Oct 08, 2021
by
Benoit Barbot
Browse files
absolute time for cosim
parent
6037cafc
Pipeline
#2246
passed with stages
in 2 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/OutFormat.ml
View file @
bae539e9
...
...
@@ -197,10 +197,10 @@ struct
let
ct
=
monitor_state
.
total_time
in
fprintf
f
"%s{
\"
label
\"
:
\"
%s
\"
,
\"
min_time
\"
: %g,
\"
max_time
\"
:%g, \
\"
time
\"
:%g,
\"
target
\"
:
\"
%s
\"
}"
\"
time
\"
:%g,
\"
relative_time
\"
:%g,
\"
target
\"
:
\"
%s
\"
}"
(
if
i
>
0
then
","
else
""
)
tr
.
ZoneGraph
.
action
(
low
+.
ct
)
(
up
+.
ct
)
(
time
+.
ct
)
target
.
name
))
time
target
.
name
))
rgpoly
.
ZoneGraph
.
statelist
.
(
get_loc
st
)
.
ZoneGraph
.
transition
|
Debug
->
fprintf
outfile
"@[<h 0>%a@. @[<v 2>@[<v 0>%a@]@]@]@."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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