-
Notifications
You must be signed in to change notification settings - Fork 140
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
Fix several bugs in counter panel. #79
Fix several bugs in counter panel. #79
Conversation
stellama0208
commented
Feb 21, 2020
- Identify a counter selection by counter id, rather than the combination of name + start time ts.
- Query a counter selection by finding a row with fitted time range, rather than with the exact time.
- These change is to combat time quantization happening in counter track.
- Bug 1: http://b/147922469, Temporary placeholder index.md #5.
- Bug 2: http://b/149959272. Update the name in the main MD readme files. #1.
- Bug 3: http://b/149959272, Setup AGI to be built with Kokoro #2.
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.
LGTM on my side
- Bug: http://b/149959272. #1.
54e94b1
to
56ea342
Compare
Addressed the comments above. PTAL! Another change in the updated PR is that now I query counter selection based on id rather than time range, this will further solve another bug that you couldn't select counter when zoomed too out in a long trace. |
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.
One minor nit. Please check that.