rzezeski/libMicro

More robust summary header

Closed this issue · 1 comments

The summary header at the beginning of a ./bench run is inconsistent across platforms.

  • Darwin has no CPU information or compiler version.
  • illumos has bad CPU name and no compiler version.
  • CentOS and Darwin have no IP address (does this field even matter?).
  • OS build looks like it might be wrong on Linux and Darwin

The original BUGS file has a note about moving some of this data collection into tattle. I'm not sure the purpose tattle serves yet but it might be easier to grab this info in C than in shell.