You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by su...@apache.org on 2019/06/14 14:16:06 UTC

[incubator-iotdb] branch time_statstic updated (1867e72 -> c9ea814)

This is an automated email from the ASF dual-hosted git repository.

suyue pushed a change to branch time_statstic
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from 1867e72  merge master for create pr
     add c9ea814  change queue to ConcurrentCircularArray for performance

No new revisions were added by this update.

Summary of changes:
 .../db/cost/statistic/ConcurrentCircularArray.java |  69 +++++++++++
 .../iotdb/db/cost/statistic/Measurement.java       | 131 ++++++++++++---------
 .../iotdb/db/cost/statistic/MeasurementMBean.java  |   5 +
 .../db/cost/statistic/PerformanceStatTest.java     |  40 ++++---
 4 files changed, 174 insertions(+), 71 deletions(-)
 create mode 100644 iotdb/src/main/java/org/apache/iotdb/db/cost/statistic/ConcurrentCircularArray.java