Home | History | Annotate | Download | only in libmicro
      1 
      2 BUGS:
      3 
      4 Tests spin on 32 bit x86 compile with gcc-- longjmp test spins forever.
      5 
      6 CPU_NAME is wrong on earlier (than 10) and later (than 10) versions of Solaris
      7     (parsing psrinfo output is fragile)
      8 
      9 TimerRes detection on some Solaris 8 SPARC systems is wrong and falsely
     10     detects resolution as 1nsec
     11 
     12 TODO:
     13 
     14 .o files should probably be separated from generated binaries (obj-sun4u?)
     15 
     16 Move more of the system info data gathering into tattle
     17 
     18 Would be nice to show the platform name (uname -i) if available
     19 
     20 Multiview's "red" can get a little too bright.
     21 
     22 Consider recoding multiview to use a different performance indicator than
     23     color (smileys and bombs?)  -- today a 20% perf difference is hard to
     24     spot (it's very very light pink).
     25 
     26 FreeBSD ports collection has patches to make libmicro work on FreeBSD.
     27     Fold those in (or reimplement)
     28     http://portsmon.freebsd.org/portoverview.py?category=benchmarks&portname=libmicro
     29 
     30