-
Notifications
You must be signed in to change notification settings - Fork 256
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
Diff view #330
base: master
Are you sure you want to change the base?
Conversation
ed32d25
to
786e577
Compare
The description of the table is not correct and the data might be a bit crappy |
is this still open or did you fix it now? |
@@ -0,0 +1,22 @@ | |||
void action1() |
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.
dito
23916f1
to
04a1546
Compare
I know I still need to update the test files, but the approach taken to create the diff view should be better now. |
8bc5486
to
4f7a309
Compare
I tried adding diffing to the perfparser, but I don't know if this is the right way. Please tell me if the current way is acceptable or if I should try another one. |
cd7a4fa
to
3752c0a
Compare
Still not done, I just wanted to save my progess |
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.
nearly done, this is looking really good now, great work and idea with just adding the diff as another cost - I really like that!
24193bc
to
e385487
Compare
3884c11
to
6833b8d
Compare
b38eb4e
to
299ae5c
Compare
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.
can you please squash the patches and add test coverage as well as a meaningful commit message. I would expect a basic summary therein (remember, the What and Why is important):
- which part of the
perf diff
feature set is supported? - what problem does the diffcostproxy solve?
- how does on use this new feature?
furthermore, please also add a quick way to diff files from the command line, something like
hotspot --diff perf.data.old perf.data
Other than the missing tests the docs would need an update. |
7e57a77
to
8f94380
Compare
f73e0ef
to
ce85f08
Compare
50599ac
to
c0c01a5
Compare
Can you please update the docs (README and possibly a screenshot), too? |
No description provided.