- Rework Statistics:
authorChris Lattner <sabre@nondot.org>
Tue, 1 Oct 2002 22:35:45 +0000 (22:35 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 1 Oct 2002 22:35:45 +0000 (22:35 +0000)
commit96ef1b90c8f3a6649993bb7ab10db3510f12e80a
treeb8d3eb6f8b78ede48cdbe9ca27aef34aed26112e
parent11aec6cc7d2f1705d410df6ee25555f2d7101f30
  - Rework Statistics:
    * Renamed StatisticReporter.h/cpp to Statistic.h/cpp
    * Broke constructor to take two const char * arguments instead of one, so
      that indendation can be taken care of automatically.
    * Sort the list by pass name when printing
    * Make sure to print all statistics as a group, instead of randomly when
      the statistics dtors are called.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3999 91177308-0d34-0410-b5e6-96231b3b80d8
include/Support/Statistic.h
include/Support/StatisticReporter.h [deleted file]
include/llvm/ADT/Statistic.h
lib/Support/Statistic.cpp
support/lib/Support/Statistic.cpp
support/lib/Support/StatisticReporter.cpp [deleted file]