191 const char *header_title,
215 const char *line_titles[],
216 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:495
#define BEGIN_C_DECLS
Definition: cs_defs.h:365
int cs_log_printf_flush(cs_log_t log)
Flush output of a log file.
Definition: cs_log.c:383
void cs_log_separator(cs_log_t log)
Print a separator line in a log file.
Definition: cs_log.c:413
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:292
#define END_C_DECLS
Definition: cs_defs.h:366
int cs_log_printf(cs_log_t log, const char *format,...)
Print log info to a given log type.
Definition: cs_log.c:346
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:439
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:319
size_t cs_log_strlen(const char *s)
Count printable length of a character string.
Definition: cs_log.c:222
Definition: cs_timer.h:57