18#ifndef __SRT_STATS_H__
19#define __SRT_STATS_H__
const char * service_response_time_get_column_name(int index)
Get the column name for a service response time statistic.
Definition service_response_time.c:16
@ SRT_COLUMN_INDEX
Definition service_response_time.h:33
@ SRT_COLUMN_AVG
Definition service_response_time.h:38
@ NUM_SRT_COLUMNS
Definition service_response_time.h:40
@ SRT_COLUMN_MAX
Definition service_response_time.h:37
@ SRT_COLUMN_CALLS
Definition service_response_time.h:35
@ SRT_COLUMN_SUM
Definition service_response_time.h:39
@ SRT_COLUMN_MIN
Definition service_response_time.h:36
@ SRT_COLUMN_PROCEDURE
Definition service_response_time.h:34