From 4e678e0877a95b629aa09a10c2a857d530e52b12 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 Jan 2016 11:31:10 +0100 Subject: php-pecl-hdr-histogram: 0.1.0 (beta) - New package --- REFLECTION | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..db8ca3a --- /dev/null +++ b/REFLECTION @@ -0,0 +1,46 @@ +Extension [ extension #101 hdrhistogram version 0.1.0 ] { + + - Functions { + Function [ function hdr_init ] { + } + Function [ function hdr_get_memory_size ] { + } + Function [ function hdr_record_value ] { + } + Function [ function hdr_record_values ] { + } + Function [ function hdr_record_corrected_value ] { + } + Function [ function hdr_mean ] { + } + Function [ function hdr_stddev ] { + } + Function [ function hdr_min ] { + } + Function [ function hdr_max ] { + } + Function [ function hdr_reset ] { + } + Function [ function hdr_count_at_value ] { + } + Function [ function hdr_value_at_percentile ] { + } + Function [ function hdr_add ] { + } + Function [ function hdr_merge_into ] { + } + Function [ function hdr_iter_init ] { + } + Function [ function hdr_iter_next ] { + } + Function [ function hdr_percentile_iter_init ] { + } + Function [ function hdr_percentile_iter_next ] { + } + Function [ function hdr_export ] { + } + Function [ function hdr_import ] { + } + } +} + -- cgit