Commit 5b18a3ba authored by Raymond Knopp's avatar Raymond Knopp

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5102 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 6b756977
......@@ -280,6 +280,8 @@ int main(int argc, char **argv) {
int print_perf=0;
int llr8_flag=0;
opp_enabled=1; // to enable the time meas
cpu_freq_GHz = (double)get_cpu_freq_GHz();
printf("Detected cpu_freq %f GHz\n",cpu_freq_GHz);
......@@ -479,7 +481,7 @@ int main(int argc, char **argv) {
break;
case 'P':
print_perf=1;
opp_enabled=1; // to enable the time meas
break;
case 'L':
llr8_flag=1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment