[STATS] Add header information to stats print out
authorJonathan Peyton <jonathan.l.peyton@intel.com>
Tue, 15 Mar 2016 20:28:47 +0000 (20:28 +0000)
committerJonathan Peyton <jonathan.l.peyton@intel.com>
Tue, 15 Mar 2016 20:28:47 +0000 (20:28 +0000)
commit6e98d7988bec77c0cdd88ec5fb7ae5427b02f11d
treea1169ac1c26a9b8edd70aae578994510e6e815d4
parentd6e91369d8001317467d4993b73c9695f5980174
[STATS] Add header information to stats print out

This change adds a header to the printout of the statistics which includes the
time, machine name, and processor info if available. This change also includes
some cosmetic changes like using enum casting for timer and counter iteration.

Differential Revision: http://reviews.llvm.org/D18153

llvm-svn: 263580
openmp/runtime/src/kmp.h
openmp/runtime/src/kmp_stats.cpp
openmp/runtime/src/kmp_stats.h
openmp/runtime/src/kmp_utility.c