Skip to content
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

Data gatherer optimizations #7

Open
1 of 2 tasks
ampotos opened this issue Aug 25, 2016 · 3 comments
Open
1 of 2 tasks

Data gatherer optimizations #7

ampotos opened this issue Aug 25, 2016 · 3 comments

Comments

@ampotos
Copy link
Owner

ampotos commented Aug 25, 2016

There is some idea to optimize the data gatherer

  • Output buffering
  • Inline some of the instrumentations if possible

The output buffering is mainly for the Json ouput (because the console output may disappear soon).
For the inlining of the instrumentations this may require some refactoring or may not be possible. Some research are needed on that.

@ampotos
Copy link
Owner Author

ampotos commented Sep 26, 2016

Output buffering done in c30affa

@ampotos
Copy link
Owner Author

ampotos commented Nov 24, 2016

The buffering have an issue on my setup when analizing xterm.
It look like a part of the json data is not wirtten.
The same test work well on a test vm.
Buffering is disable until a fix is pushed.

@ampotos
Copy link
Owner Author

ampotos commented Feb 21, 2017

The buffering is reactivated but the bug is still present (the old verison of the maccro using dr_fprintf directly is commented to allow quick fix if needed).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant