You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Adam Singer
a914a1c6dc
Add `getMin`, `getMax`, `getCount`, `getSum` to `HistogramData` class object. ( #4742 )
...
Summary:
Expose common stats min,max,count,sum via statistics JNI. These stats are not fully exposed on the Java side as is, but are available on the native side.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/4742
Differential Revision: D13403766
Pulled By: ajkr
fbshipit-source-id: 5b70f7bd3fb7490aab73dcbd09f13490fce5c773
6 years ago
..
file_read_sample.h
Change RocksDB License
7 years ago
histogram.cc
Add `getMin`, `getMax`, `getCount`, `getSum` to `HistogramData` class object. ( #4742 )
6 years ago
histogram.h
Scale histogram bucket size by constant factor
7 years ago
histogram_test.cc
fix inclusive-exclusiveness of histogram ToString
7 years ago
histogram_windowing.cc
Support pragma once in all header files and cleanup some warnings ( #4339 )
6 years ago
histogram_windowing.h
fix HistogramWindowingImpl copy-{assignment,constructor}
7 years ago
instrumented_mutex.cc
In instrumented mutex, take timing once for both of perf_context and statistics
7 years ago
instrumented_mutex.h
Change RocksDB License
7 years ago
iostats_context.cc
Directly refernce perf_context internally.
7 years ago
iostats_context_imp.h
Directly refernce perf_context internally.
7 years ago
iostats_context_test.cc
Change RocksDB License
7 years ago
perf_context.cc
Add PerfContext counters for index/filter block cache stats ( #4540 )
6 years ago
perf_context_imp.h
Add PerfContextByLevel to provide per level perf context information ( #4226 )
6 years ago
perf_level.cc
Change RocksDB License
7 years ago
perf_level_imp.h
Change RocksDB License
7 years ago
perf_step_timer.h
In instrumented mutex, take timing once for both of perf_context and statistics
7 years ago
statistics.cc
Get `CompactionJobInfo` from CompactFiles
6 years ago
statistics.h
Remove enable_internal_stats ( #4714 )
6 years ago
statistics_test.cc
Test mapping of Histograms and HistogramsNameMap ( #4720 )
6 years ago
thread_status_impl.cc
comment unused parameters to turn on -Wunused-parameter flag
7 years ago
thread_status_updater.cc
comment unused parameters to turn on -Wunused-parameter flag
7 years ago
thread_status_updater.h
Use RAII instead of pointers in cf_info_map
7 years ago
thread_status_updater_debug.cc
comment unused parameters to turn on -Wunused-parameter flag
7 years ago
thread_status_util.cc
comment unused parameters to turn on -Wunused-parameter flag
7 years ago
thread_status_util.h
Change RocksDB License
7 years ago
thread_status_util_debug.cc
Change RocksDB License
7 years ago