This is an archive of the discontinued LLVM Phabricator instance.

[STATS] Add header information (e.g., machine name, time of run, etc.)
ClosedPublic

Authored by jlpeyton on Mar 14 2016, 10:35 AM.

Details

Summary

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.

Diff Detail

Repository
rL LLVM

Event Timeline

jlpeyton updated this revision to Diff 50613.Mar 14 2016, 10:35 AM
jlpeyton retitled this revision from to [STATS] Add header information (e.g., machine name, time of run, etc.).
jlpeyton updated this object.
jlpeyton added reviewers: jcownie, tlwilmar.
jlpeyton set the repository for this revision to rL LLVM.
jlpeyton added a subscriber: openmp-commits.
jcownie accepted this revision.Mar 15 2016, 2:15 AM
jcownie edited edge metadata.

LGTM

This revision is now accepted and ready to land.Mar 15 2016, 2:15 AM
This revision was automatically updated to reflect the committed changes.