Skip to content

Conversation

HLilit
Copy link
Contributor

@HLilit HLilit commented Jul 11, 2019

No description provided.

@@ -0,0 +1 @@
RooFit.Banner: no
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add a comment, explaining why we need this?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Anything that had been even linked with Roofit will automatically have a Roofit banner as a part of output. Only way to suppress it is to put a .rootrc with suppression setting in a place where binary will be executed (by default in ROOT master suppression is OFF and I didn't manage to convince to remove it, since it is a part of ownership notification).

#!/bin/bash

BENCHMARKPATTERN="*benchmark*"
MKDIR=/bin/mkdir
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should use MKDIR=$(which mkdir). Likewise for the rest.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay! thanks

echo "Can't create directory $1. Exiting..."
exit 1
fi
for bm in $bm_sub_list
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you run this script through a bash code formatter tool? Indentations and new lines seem non-standard.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes sure.

@HLilit HLilit force-pushed the flamegraph-lilit branch from 685f9ed to 6fa3f51 Compare July 19, 2019 14:01
@oshadura
Copy link
Contributor

Closing because I moved development in #192 (hopefully we can merge it soon!)

@oshadura oshadura closed this Sep 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants