fbbytes stat

This commit is contained in:
nick black 2019-12-13 17:14:15 -05:00
parent 0e3b2d7516
commit c5acae4ef5
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -1,5 +1,7 @@
# notcurses
cleanroom TUI library for modern terminal emulators. definitely not curses.
blingful TUI library for modern terminal emulators. definitely not curses.
by [nick black](https://nick-black.com/dankwiki/index.php/Hack_on) (<nickblack@linux.com>)
* [Introduction](#introduction)
* [Requirements](#requirements)
@ -1065,6 +1067,7 @@ typedef struct ncstats {
uint64_t render_ns; // nanoseconds spent in notcurses_render()
int64_t render_max_ns; // max ns spent in notcurses_render()
int64_t render_min_ns; // min ns spent in successful notcurses_render()
uint64_t fbbytes; // total bytes devoted to all active framebuffers
uint64_t fgelisions; // RGB fg elision count
uint64_t fgemissions; // RGB fg emissions
uint64_t bgelisions; // RGB bg elision count
@ -1274,4 +1277,3 @@ techniques, the adaptability and precision they have attained, the ideas and
habits they are creating, make it a certainty that _profound changes are
impending in the ancient craft of the Beautiful_.”
—Paul Valéry