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

Huge performance impact #13

Open
Steppschuh opened this issue Mar 26, 2019 · 0 comments
Open

Huge performance impact #13

Steppschuh opened this issue Mar 26, 2019 · 0 comments

Comments

@Steppschuh
Copy link

I integrated this library into a project that heavily uses RxJava. Unfortunately enabling the assembly tracking resulted in a non-acceptable performance drop.

Profiling without RxJava2Debug:
RxJava2DebugDisabled

Profiling with RxJava2Debug:
RxJava2DebugEnabled

The only difference between these two sessions was the line:
RxJava2Debug.enableRxJava2AssemblyTracking(new String[]{"my.package.id"});

I understand that this may not be a bug and is simply an implication of the implementation. However, you should clearly note the possible performance impact in the readme.

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

No branches or pull requests

1 participant