aboutsummaryrefslogtreecommitdiff
path: root/test/performance/odp_atomic.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/performance/odp_atomic.c')
-rw-r--r--test/performance/odp_atomic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/performance/odp_atomic.c b/test/performance/odp_atomic.c
index 054f653b7..067329bdc 100644
--- a/test/performance/odp_atomic.c
+++ b/test/performance/odp_atomic.c
@@ -337,8 +337,8 @@ void odp_print_system_info(void)
printf("ODP system info\n");
printf("---------------\n");
printf("ODP API version: %s\n", odp_version_api_str());
- printf("CPU model: %s\n", odp_sys_cpu_model_str());
- printf("CPU freq (hz): %"PRIu64"\n", odp_sys_cpu_hz());
+ printf("CPU model: %s\n", odp_cpu_model_str());
+ printf("CPU freq (hz): %"PRIu64"\n", odp_cpu_hz_max());
printf("Cache line size: %i\n", odp_sys_cache_line_size());
printf("CPU count: %i\n", odp_cpu_count());
printf("CPU mask: %s\n", str);