Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Xin Wang
codes-dev
Commits
59985d6d
Commit
59985d6d
authored
Feb 28, 2014
by
Philip Carns
Browse files
bug fix to loggp recv statistics
parent
cfe5c8b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/models/networks/model-net/loggp.c
View file @
59985d6d
...
...
@@ -322,6 +322,7 @@ static void handle_msg_ready_event(
recv_time
=
((
double
)(
m
->
net_msg_size_bytes
-
1
)
*
param
->
G
);
/* scale to nanoseconds */
recv_time
*=
1000
.
0
;
m
->
recv_time_saved
=
recv_time
;
//printf("handle_msg_ready_event(), lp %llu.\n", (unsigned long long)lp->gid);
/* add statistics */
...
...
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