192 const char *header_title,
216 const char *line_titles[],
217 const unsigned calls[],
void cs_log_timer_array(cs_log_t log, int indent, int n_lines, const char *line_titles[], const unsigned calls[], const cs_timer_counter_t time_count[])
Output timing data block to a given log.
Definition: cs_log.c:522
#define BEGIN_C_DECLS
Definition: cs_defs.h:405
int cs_log_printf_flush(cs_log_t log)
Flush output of a log file.
Definition: cs_log.c:404
void cs_log_separator(cs_log_t log)
Print a separator line in a log file.
Definition: cs_log.c:440
cs_log_t
Definition: cs_log.h:47
void cs_log_strpad(char *dest, const char *src, size_t width, size_t destsize)
Pad a string so that its printable length is the required length.
Definition: cs_log.c:295
#define END_C_DECLS
Definition: cs_defs.h:406
int cs_log_printf(cs_log_t log, const char *format,...)
Print log info to a given log type.
Definition: cs_log.c:350
void cs_log_timer_array_header(cs_log_t log, int indent, const char *header_title, bool calls)
Output timing data array header to a given log.
Definition: cs_log.c:466
void cs_log_strpadl(char *dest, const char *src, size_t width, size_t destsize)
Pad a string on the left so that its printable length is the required length.
Definition: cs_log.c:323
size_t cs_log_strlen(const char *s)
Count printable length of a character string.
Definition: cs_log.c:224
Definition: cs_timer.h:57