![]() |
Notcurses 3.0.13
a blingful library for TUIs and character graphics
|
Go to the source code of this file.
Functions | |
void | update_write_stats (const struct timespec *time1, const struct timespec *time0, ncstats *stats, int bytes) |
void | update_raster_bytes (ncstats *stats, int bytes) |
void | update_render_stats (const struct timespec *time1, const struct timespec *time0, ncstats *stats) |
void | update_raster_stats (const struct timespec *time1, const struct timespec *time0, ncstats *stats) |
void | reset_stats (ncstats *stats) |
void | notcurses_stats (notcurses *nc, ncstats *stats) |
ncstats * | notcurses_stats_alloc (const notcurses *nc __attribute__((unused))) |
void | notcurses_stats_reset (notcurses *nc, ncstats *stats) |
void | summarize_stats (notcurses *nc) |
Definition at line 92 of file stats.c.
Definition at line 100 of file stats.c.
void reset_stats | ( | ncstats * | stats | ) |
Definition at line 74 of file stats.c.
void summarize_stats | ( | notcurses * | nc | ) |
Definition at line 166 of file stats.c.
void update_raster_bytes | ( | ncstats * | stats, |
int | bytes | ||
) |
Definition at line 27 of file stats.c.
void update_raster_stats | ( | const struct timespec * | time1, |
const struct timespec * | time0, | ||
ncstats * | stats | ||
) |
Definition at line 58 of file stats.c.
void update_render_stats | ( | const struct timespec * | time1, |
const struct timespec * | time0, | ||
ncstats * | stats | ||
) |
Definition at line 40 of file stats.c.
void update_write_stats | ( | const struct timespec * | time1, |
const struct timespec * | time0, | ||
ncstats * | stats, | ||
int | bytes | ||
) |
Definition at line 5 of file stats.c.