This patch is to debug the performance of calling
the resource_get_cpu_boosting_level() function.
Change-Id: Idb26fb50a817a6dfd381b849c2f661433619b397
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
resource_pid_t resource_pid { .pid = pid, };
cpu_boosting_level_info_t info;
+ _W("resource_get_cpu_boosting_level(%d) ++", pid);
int ret = resource_get_cpu_boosting_level(resource_pid, &info);
+ _W("resource_get_cpu_boosting_level(%d) --", pid);
if (ret != 0)
return false;