From: hyokeun.jeon Date: Wed, 14 Apr 2021 02:02:10 +0000 (+0900) Subject: BSR: give -j option to report mode X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f2df8dea02fd48e8800a3da8fbfae33edffe6db9;p=tools%2Fdepanneur.git BSR: give -j option to report mode Change-Id: I4cedc57e44a4c299aa465d76f0082fda2b35299b --- diff --git a/depanneur b/depanneur index ab9c716..7ba695c 100755 --- a/depanneur +++ b/depanneur @@ -2738,6 +2738,7 @@ sub profiling_report { generate_depends_xmlfile(); my $report_command = "bsr report -a $arch --verbose --depsnumbersort "; + $report_command = $report_command . " -j $profiling --verbose "; my $dep_xml_file = "$depends_dir/$dist/$arch/$dist\_$arch\_pkgdepends.xml"; if (-e $dep_xml_file) { $report_command = $report_command . " -x \"$dep_xml_file\" ";