Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
b524c920
Commit
b524c920
authored
Jun 02, 2015
by
Cedric Roux
Browse files
fix
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@7509
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
3853cdfc
Changes
1
Show whitespace changes
Inline
Side-by-side
openair1/PHY/TOOLS/time_meas.c
View file @
b524c920
...
...
@@ -67,7 +67,7 @@ void print_meas_now(time_stats_t *ts, const char* name, int subframe, FILE* file
if
(
ts
->
trials
>
0
)
{
//fprintf(file_name,"Name %25s: Processing %15.3f ms for SF %d, diff_now %15.3f \n", name,(ts->diff_now/(cpu_freq_GHz*1000000.0)),subframe,ts->diff_now);
fprintf
(
file_name
,
"%15.3f ms, diff_now %15.3f
\n
"
,(
ts
->
diff_now
/
(
cpu_freq_GHz
*
1000000
.
0
)),
ts
->
diff_now
);
fprintf
(
file_name
,
"%15.3f ms, diff_now %15.3f
\n
"
,(
ts
->
diff_now
/
(
cpu_freq_GHz
*
1000000
.
0
)),
(
double
)
ts
->
diff_now
);
}
}
...
...
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