summaryrefslogtreecommitdiffstats
path: root/usr.bin/ministat/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Make ministat(1) vastly faster on huge datasets.phk2008-10-161-2/+2
|
* Pull ministat into the installed system and write it a man-page.phk2007-12-201-1/+0
| | | | (Repocopied from src/tools/tools/ministat)
* In 2003, a -s flag was added to ministat to separate thephk2005-07-211-0/+1
| | | | | | | | | | avg/median/stddev bars onto separate lines for readability if the ranges overlapped. In 2005, ministat was extended to support more than 2 datasets, but the -s code was not updated. It will coredump if run with -s and >2 sets. PR: 82909 Submitted by: Dan Nelson <dnelson@allantgroup.com>
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
| | | | OK'ed by: core
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
| | | | any fake value.
* Added missing DPADD.ru2004-02-051-1/+1
|
* Attached is a small patch to ministat that separates thephk2003-10-311-0/+1
| | | | | | | avg/median/stddev bars onto two lines. Useful for datasets that overlap. Submitted by: Dan Nelson <dnelson@allantgroup.com>
* A small statistics tool for gauging the statistical significancephk2003-08-131-0/+13
of data from benchmarks etc. Implements "Student's t" for various confidence levels, defaults to 95%. If your benchmarks are not significant at the 95% confidence level, we don't want to hear about it.
OpenPOWER on IntegriCloud