projects
/
tools
/
depanneur.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8846c5b
)
BSR: give -j option to report mode
author
hyokeun.jeon
<hyokeun.jeon@samsung.com>
Wed, 14 Apr 2021 02:02:10 +0000
(11:02 +0900)
committer
hyokeun.jeon
<hyokeun.jeon@samsung.com>
Wed, 14 Apr 2021 02:02:10 +0000
(11:02 +0900)
Change-Id: I4cedc57e44a4c299aa465d76f0082fda2b35299b
depanneur
patch
|
blob
|
history
diff --git
a/depanneur
b/depanneur
index ab9c71684586cd6a458d47ce0a4fe88f00b5d335..7ba695ca4c32995747c71f14df0a8fb720abbda6 100755
(executable)
--- 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\" ";