run with all available cpus
This commit is contained in:
@ -115,7 +115,9 @@ sub import_trace {
|
||||
system(
|
||||
"$fail_import --database-option-file $remote_db_conf -t $remote_builds_dir/$experiment/trace.pb -i ElfImporter --objdump objdump -e $remote_builds_dir/$experiment/system.elf -v $experiment -b regs"
|
||||
);
|
||||
system( "$fail_prune --database-option-file $remote_db_conf -v $experiment -b %% --overwrite" );
|
||||
system(
|
||||
"$fail_prune --database-option-file $remote_db_conf -v $experiment -b %% --overwrite"
|
||||
);
|
||||
|
||||
# notify("Importing $experiment trace complete.");
|
||||
}
|
||||
@ -137,8 +139,8 @@ sub inject {
|
||||
}
|
||||
|
||||
# parent -> client
|
||||
# my $count = cpu_count();
|
||||
my $count = 1;
|
||||
# my $count = 1;
|
||||
my $count = cpu_count();
|
||||
|
||||
# "-Wf,--catch-write-textsegment",
|
||||
system(
|
||||
|
||||
Reference in New Issue
Block a user