Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/tprof/
H A Dtprof_top.c547 static int tprofstat_width[6]; in show_tprof_stat() local
559 __CTASSERT(idx < __arraycount(tprofstat_width)); \ in show_tprof_stat()
566 if (tprofstat_width[idx] < l) \ in show_tprof_stat()
567 tprofstat_width[idx] = l; \ in show_tprof_stat()
568 lim_printf(lim, "%-*.*s ", tprofstat_width[idx], \ in show_tprof_stat()
569 tprofstat_width[idx], tmpbuf); \ in show_tprof_stat()