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

Fixes issue #150 #175 #174

Merged
merged 2 commits into from
Jul 4, 2014
Merged

Fixes issue #150 #175 #174

merged 2 commits into from
Jul 4, 2014

Conversation

NiteshKant
Copy link
Member

#150: Removed all deprecated methods for PoolStats
#175: Provided a method to disable system time calls for metrics.

Removed all deprecated methods for PoolStats
@cloudbees-pull-request-builder

RxNetty-pull-requests #105 FAILURE
Looks like there's a problem with this pull request

In benchmarks where metrics are not required, the system calls to get time (System.currentTimeMillis()) may introduce an unnecessary overhead.
This change enables such benchmarks to disable these system calls to get metric durations.

It is important to note that apart from these system time calls metric generation does not have an object allocation overhead. So, for any benchmarks the metrics infrastructure should not pose much overhead.
@NiteshKant NiteshKant changed the title Fixes issue #150 Fixes issue #150 #175 Jul 4, 2014
@cloudbees-pull-request-builder

RxNetty-pull-requests #106 SUCCESS
This pull request looks good

NiteshKant added a commit that referenced this pull request Jul 4, 2014
@NiteshKant NiteshKant merged commit 699b516 into ReactiveX:master Jul 4, 2014
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

Successfully merging this pull request may close these issues.

2 participants