Home
last modified time | relevance | path

Searched refs:ncqprefix (Results 1 – 8 of 8) sorted by relevance

/dports/devel/notcurses/notcurses-3.0.1/src/lib/
H A Dstats.c176 ncqprefix(stats->render_ns, NANOSECS_IN_SEC, totalbuf, 0); in summarize_stats()
177 ncqprefix(stats->render_min_ns, NANOSECS_IN_SEC, minbuf, 0); in summarize_stats()
178 ncqprefix(stats->render_max_ns, NANOSECS_IN_SEC, maxbuf, 0); in summarize_stats()
179 ncqprefix(stats->render_ns / stats->renders, NANOSECS_IN_SEC, avgbuf, 0); in summarize_stats()
185 ncqprefix(stats->raster_ns, NANOSECS_IN_SEC, totalbuf, 0); in summarize_stats()
186 ncqprefix(stats->raster_min_ns, NANOSECS_IN_SEC, minbuf, 0); in summarize_stats()
187 ncqprefix(stats->raster_max_ns, NANOSECS_IN_SEC, maxbuf, 0); in summarize_stats()
193 ncqprefix(stats->writeout_ns, NANOSECS_IN_SEC, totalbuf, 0); in summarize_stats()
194 ncqprefix(stats->writeout_ns ? stats->writeout_min_ns : 0, in summarize_stats()
196 ncqprefix(stats->writeout_max_ns, NANOSECS_IN_SEC, maxbuf, 0); in summarize_stats()
[all …]
H A Dplot.c130 ncqprefix(ncp->maxy * 100, 100, buf, 0); \
132 ncqprefix(pow(interval, (y + 1) * states) * 100, 100, buf, 0); \
135 ncqprefix((ncp->maxy - interval * states * (dimy - y - 1)) * 100, 100, buf, 0); \
300 ncqprefix(ncp->maxy * 100, 100, buf, 0); \
302 ncqprefix(pow(interval, (y + 1) * states) * 100, 100, buf, 0); \
305 ncqprefix((ncp->maxy - interval * states * (dimy - y - 1)) * 100, 100, buf, 0); \
/dports/devel/notcurses/notcurses-3.0.1/src/tests/
H A Dmetric.cpp119 ncqprefix(val, 1, buf, 0);
142 ncqprefix(val, 1, buf, 1);
211 ncqprefix(val, 1, buf, 0);
257 ncqprefix(val - 1, 1, buf, 0);
280 ncqprefix(val + 1, 1, buf, 0);
331 REQUIRE(ncqprefix(val, decimal, buf, 0));
341 REQUIRE(ncqprefix(val, decimal, buf, 0));
351 REQUIRE(ncqprefix(val, decimal, buf, 0));
361 REQUIRE(ncqprefix(val, decimal, buf, 0));
371 REQUIRE(ncqprefix(val, decimal, buf, 0));
[all …]
/dports/devel/notcurses/notcurses-3.0.1/src/demo/
H A Ddemo.c413 ncqprefix(results[i].timens, NANOSECS_IN_SEC, timebuf, 0); in summary_table()
417 ncqprefix((uintmax_t)results[i].stats.writeouts * NANOSECS_IN_SEC * 1000 / divisor, in summary_table()
420 ncqprefix(0, NANOSECS_IN_SEC, tfpsbuf, 0); in summary_table()
463 ncqprefix(nsdelta, NANOSECS_IN_SEC, timebuf, 0); in summary_table()
/dports/devel/notcurses/notcurses-3.0.1/include/ncpp/
H A DNotCurses.hh72 static const char* ncqprefix (uintmax_t val, uintmax_t decimal, char *buf, int omitdec) noexcept in ncqprefix() function in ncpp::NotCurses
74 return ::ncqprefix (val, decimal, buf, omitdec); in ncqprefix()
/dports/devel/notcurses/notcurses-3.0.1/doc/man/man3/
H A Dnotcurses_metric.3.md28 **static inline const char* ncqprefix(uintmax_t ***val***, uintmax_t ***decimal***, char* ***buf***…
64 ncqprefix(uintmax_t val, uintmax_t decimal, char* buf, int omitdec){
/dports/devel/notcurses/notcurses-3.0.1/include/notcurses/
H A Dnotcurses.h3632 ncqprefix(uintmax_t val, uintmax_t decimal, char* buf, int omitdec){ in ncqprefix() function
/dports/devel/notcurses/notcurses-3.0.1/
H A DNEWS.md57 `ncqprefix()`, `ncbprefix()`, and `nciprefix()`, respectively.