Home
last modified time | relevance | path

Searched refs:writeout_max_ns (Results 1 – 6 of 6) sorted by relevance

/dports/devel/notcurses/notcurses-3.0.1/src/lib/
H A Dstats.c12 if(elapsed > stats->writeout_max_ns){ in update_write_stats()
13 stats->writeout_max_ns = elapsed; in update_write_stats()
129 if(nc->stats.s.writeout_max_ns > stash->writeout_max_ns){ in notcurses_stats_reset()
130 stash->writeout_max_ns = nc->stats.s.writeout_max_ns; in notcurses_stats_reset()
196 ncqprefix(stats->writeout_max_ns, NANOSECS_IN_SEC, maxbuf, 0); in summarize_stats()
/dports/devel/notcurses/notcurses-3.0.1/doc/man/man3/
H A Dnotcurses_stats.3.md30 int64_t writeout_max_ns; // max ns spent writing out a frame
98 **writeout_ns**, **writeout_max_ns**, and **writeout_min_ns** track the total
/dports/devel/notcurses/notcurses-3.0.1/include/notcurses/
H A Dnotcurses.h1643 int64_t writeout_max_ns; // max ns spent writing out a frame member
/dports/devel/notcurses/notcurses-3.0.1/
H A DNEWS.md701 `writeout_max_ns`. The `render_*ns` stats now only cover the rendering
H A DUSAGE.md3663 int64_t writeout_max_ns; // max ns spent writing out a frame
/dports/audio/snd/snd-21.2/
H A Dnotcurses_s7.c684 …cstats *)s7_c_pointer_with_type(sc, s7_car(args), ncstats_symbol, __func__, 1))->writeout_max_ns)); in g_ncstats_writeout_max_ns()