summaryrefslogtreecommitdiffstats
path: root/src/metrics.cc
Commit message (Expand)AuthorAgeFilesLines
* CleanupBruce Dawson2022-02-181-30/+0
* Enabling C++11 in configure.pyBruce Dawson2022-02-181-0/+1
* Make chrono optional, and enable updated __cplusplus on MSVCBruce Dawson2022-02-181-0/+29
* Fix constexpr and clang-formatBruce Dawson2021-08-281-11/+11
* Make ScopedMetric portable, accurate, and efficientBruce Dawson2021-08-271-39/+27
* Add 'using namespace std;' to all cc files to prepare for removing it from he...Michael Jones2020-09-301-0/+2
* Fix compilation on VS2013Scott Graham2013-10-181-0/+2
* fix error and prevent warning in GetTimeMillis()Claus Klein2012-07-271-1/+1
* print edges per secondPeter Kuemmel2012-07-151-0/+10
* Switch the order of total and avg columns in -d stats output.Nico Weber2012-04-171-3/+3
* windows: use _WIN32 define everywhereEvan Martin2012-01-221-2/+2
* dynamic metrics report widthEvan Martin2012-01-061-3/+10
* add a '-d stats' flag for detailed timingsEvan Martin2012-01-051-0/+108