This PR is for Statistics display - Histograms#15
Open
virajparimi wants to merge 3 commits intollnl:gsocfrom
Open
This PR is for Statistics display - Histograms#15virajparimi wants to merge 3 commits intollnl:gsocfrom
virajparimi wants to merge 3 commits intollnl:gsocfrom
Conversation
Removed Ravel.pro.user Changed CMakeLists to include filter dialog related files Added the GUI of adding part of filters Finished first iteration of adding filter for normal string input Added filter removal functionality for basic string filters Fixed filter removal bug and added time based filter functionality Added regex based filter and made sure to remove suggestions if input string is empty Squashing commits to have clean commit history Minor bug fixes and changes to UI Added skeleton for the histogram display Added header code for histograms Added code for histograms Inegrated the trace info into the histograms. Converted data to percentage to avoid overflow issues. Added UI improvements to the histograms like tooltips and color Squashing commits
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
I have added the UI and the basic backend code for histograms. I am currently working on applying the same for the filtered view as well. This should be mergeable after filter branch is merged into gsoc.