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
Elsa Gonsiorowski
codes
Commits
dd49374c
Commit
dd49374c
authored
Aug 05, 2015
by
Jonathan Jenkins
Browse files
dumpi wrkld: out-of-order order compute time update
parent
8ec7bb92
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/workload/methods/codes-dumpi-trace-nw-wrkld.c
View file @
dd49374c
...
...
@@ -227,8 +227,8 @@ static void update_times_and_insert(
{
op
->
start_time
=
time_to_ns_lf
(
t
->
start
)
-
ctx
->
init_time
;
op
->
end_time
=
time_to_ns_lf
(
t
->
stop
)
-
ctx
->
init_time
;
dumpi_insert_next_op
(
ctx
->
dumpi_mpi_array
,
op
);
update_compute_time
(
t
,
ctx
);
dumpi_insert_next_op
(
ctx
->
dumpi_mpi_array
,
op
);
}
...
...
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