aboutsummaryrefslogtreecommitdiff
path: root/stats.cc
AgeCommit message (Expand)Author
2020-06-26Refactor source tree into directoriesDan Willemsen
2020-04-28On-demand find emulator initializationDan Willemsen
2019-08-21Fix 32-bit builds; only build 64-bit in Android treesDan Willemsen
2019-08-13Collect stats about how long it takes to process included makefilesDan Willemsen
2019-08-13When printing top stats, include countDan Willemsen
2019-08-12Stop using TLS for stats start timeDan Willemsen
2018-01-31Dump the top 10 slowest $(shell) callsDan Willemsen
2017-10-11`clang-format -i -style=file *.cc *.h`Dan Willemsen
2016-02-26[C++] Use C++11's threading library againShinichiro Hamaji
2016-02-16[C++] Rename mutex related classesShinichiro Hamaji
2016-02-15[C++] Use TLS for Stats againShinichiro Hamaji
2016-02-10[C++] Stop using TLS in StatsShinichiro Hamaji
2016-01-27[C++] Re-invent C++11-ish thread libraryShinichiro Hamaji
2016-01-26[C++] Use thraed_local keyword on linux againShinichiro Hamaji
2016-01-26[C++] Fix a race in stats.ccShinichiro Hamaji
2016-01-25[C++] Fix Mac build by using pthread's TLSShinichiro Hamaji
2016-01-21[C++] Run the regeneration check in parallelShinichiro Hamaji
2016-01-20[C++] Make kati stats thread safeShinichiro Hamaji
2016-01-20[C++] Do not calculate stats without --kati_statsShinichiro Hamaji
2015-07-05[C++] Rename time.h to timeutil.hShinichiro Hamaji
2015-07-01[C++] Show the count of Stats::StartShinichiro Hamaji
2015-07-01[C++] Report particularly slow shell commandsShinichiro Hamaji
2015-06-30[C++] Add a way to retrieve statsShinichiro Hamaji