This repository was archived by the owner on Apr 17, 2019. It is now read-only.
Conversation
Stayer
commented
Jan 31, 2019
Stayer
commented
Jan 31, 2019
Stayer
commented
Jan 31, 2019
bakhtin
reviewed
Feb 4, 2019
This comment has been minimized.
This comment has been minimized.
bakhtin
approved these changes
Feb 8, 2019
BulatSaif
self-requested a review
February 8, 2019 07:30
Stayer
force-pushed
the
feature/iroha_build_time_graph
branch
from
February 8, 2019 07:50
b58abc3 to
ab94778
Compare
This comment has been minimized.
This comment has been minimized.
BulatSaif
reviewed
Feb 11, 2019
BulatSaif
reviewed
Feb 11, 2019
This comment has been minimized.
This comment has been minimized.
BulatSaif
reviewed
Feb 12, 2019
This comment has been minimized.
This comment has been minimized.
Contributor
|
as I understand it will no work with clang? |
BulatSaif
reviewed
Feb 12, 2019
Contributor
Author
yes, you are right |
BulatSaif
reviewed
Feb 19, 2019
BulatSaif
reviewed
Feb 19, 2019
BulatSaif
reviewed
Feb 19, 2019
BulatSaif
reviewed
Feb 19, 2019
Signed-off-by: Alexey Rodionov <rodionov@soramitsu.co.jp>
Stayer
force-pushed
the
feature/iroha_build_time_graph
branch
from
February 21, 2019 13:27
559e532 to
cf71e0a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of the Change
[DOPS-116]
This PR allows to view compilation time per target (g++ run time) per each build for all branches, and compare this time to
developtree. After that we have csv file with time difference in seconds and %Benefits
Developers can detail view and compare time to improve their code.
Possible Drawbacks
cmakeoutput to jenkins console (using tee gives some duplicates in the result file)Usage Examples or Tests [optional]
See attachment diff.csv.zip
Alternate Designs [optional]