Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Flamegraph generation for rootbench.git #94

Closed
wants to merge 14 commits into from

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
Collaborator

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.

@oshadura
Copy link
Collaborator

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