mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
fbbytes stat
This commit is contained in:
parent
0e3b2d7516
commit
c5acae4ef5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user