-
Notifications
You must be signed in to change notification settings - Fork 6
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
Trace: construct a CCT #29
Merged
Merged
Changes from 7 commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
4c1e111
feat: initial commit for working logic of trace to cct
adityaranjan 7d9a707
chore: moved over cct code to the reader
adityaranjan 4df681c
style: formatting changes
adityaranjan 9ef0464
style: minor formatting change
adityaranjan 62d3caf
Feature: Communication Matrix (#12)
adityaranjan 200f5ce
feature: add cct function to trace class
adityaranjan da2e817
Merge branch 'develop' into feat/otf2-cct
adityaranjan cc50cc0
Merge branch 'develop' into feat/otf2-cct
adityaranjan 7f1b7f6
chore: made cct function consistent with recent changes
adityaranjan 93252aa
Merge branch 'develop' into feat/otf2-cct
adityaranjan bb29923
chore: modify cct function to reflect recent changes
adityaranjan fdd5997
Merge branch 'feat/otf2-cct' of https://github.com/hpcgroup/pipit int…
adityaranjan 96d7d67
Merge branch 'develop' into feat/otf2-cct
adityaranjan 28d9638
chore: remove df indices as calling context ids
adityaranjan c8d2ce4
Merge branch 'develop' into feat/otf2-cct
adityaranjan e6f5ffd
chore: only store node in enter rows
adityaranjan 9dd3366
style: minor
adityaranjan 50fff4b
chore: remove depth column from df and restructure node class
adityaranjan 742cc82
style: minor
adityaranjan 2765f0c
Merge branch 'develop' into feat/otf2-cct
adityaranjan 0240751
chore: return cct for all readers
adityaranjan 89c9c5d
chore: revert any changes in other prs already
adityaranjan 7074ac7
style: minor
adityaranjan 5a4cae3
feat: make cct compatible with projections
adityaranjan 17c3bcb
Merge branch 'develop' into feat/otf2-cct
adityaranjan 8b30e0f
Merge branch 'develop' into feat/otf2-cct
adityaranjan 1a33fec
Merge branch 'develop' into feat/otf2-cct
adityaranjan 540e0de
revert graph changes
adityaranjan 6fb5d52
minor
adityaranjan 3fd498c
minor
adityaranjan 83693c3
minor
adityaranjan 04890c2
move cct function into util
adityaranjan 8677038
minor
adityaranjan 2440b4e
style
adityaranjan 2393c52
minor
adityaranjan 1025dda
Merge branch 'develop' into feat/otf2-cct
adityaranjan 82f06c8
merge
d4db686
chore: Merge
32c16dc
temp
4acf0f8
fixed cct function to handle unmatched events
4f544c9
minor
f1d80c0
update year
bhatele 0444c7a
Merge branch 'develop' into feat/otf2-cct
bhatele File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is resolved by
match_rows()
function from #44 right?