[Openmp-commits] [PATCH] D18153: [STATS] Add header information (e.g., machine name, time of run, etc.)

Jonathan Peyton via Openmp-commits openmp-commits at lists.llvm.org
Mon Mar 14 10:35:57 PDT 2016


jlpeyton created this revision.
jlpeyton added reviewers: jcownie, tlwilmar.
jlpeyton added a subscriber: openmp-commits.
jlpeyton set the repository for this revision to rL LLVM.

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.

Repository:
  rL LLVM

http://reviews.llvm.org/D18153

Files:
  runtime/src/kmp.h
  runtime/src/kmp_stats.cpp
  runtime/src/kmp_stats.h
  runtime/src/kmp_utility.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18153.50613.patch
Type: text/x-patch
Size: 12526 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20160314/b9649311/attachment.bin>


More information about the Openmp-commits mailing list