aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/setu/perf_setu_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setu/perf_setu_api.c b/src/setu/perf_setu_api.c
index 1deb69202..9c7b51984 100644
--- a/src/setu/perf_setu_api.c
+++ b/src/setu/perf_setu_api.c
@@ -418,7 +418,7 @@ void perf_thread() {
418 418
419 419
420static void run_petf_thread(int total_runs) { 420static void run_petf_thread(int total_runs) {
421 int core_count = get_nprocs_conf(); 421 int core_count = get_nprocs_conf() * 2;
422 pid_t child_pid, wpid; 422 pid_t child_pid, wpid;
423 int status = 0; 423 int status = 0;
424 424