aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/rusage_flag.go
AgeCommit message (Expand)Author
2022-09-13Update license boilerplate text in source code filesMike Frysinger
2022-04-21toolchain_utils: s/Cr OS/CrOS/gGeorge Burgess IV
2021-06-18compiler_wrapper: fix flaky testsGeorge Burgess IV
2021-02-24compiler_wrapper: disable goma, ccache w/ rusageRyan Beltran
2021-01-29compiler_wrapper: fix a bug where we won't log rusage on compilationGeorge Burgess IV
2021-01-22compiler_wrapper: refactor rusage_flagRyan Beltran
2021-01-20compiler_wrapper: add working dir to rusage logsRyan Beltran
2020-12-17compiler_wrapper: Fix rusage_flag permission errorRyan Beltran
2020-12-16compiler_wrapper: rename GETRUSAGE flagRyan Beltran
2020-12-14compiler_wrapper: make rusage logs jsonRyan Beltran
2020-02-25compiler_wrapper: fix write() racesGeorge Burgess IV
2019-09-13Allow to remove env variables.Tobias Bosch
2019-08-20Forward os.Stdin to child processes.Tobias Bosch
2019-07-22Add license headers to all go files.Tobias Bosch
2019-07-18Add json mapping for command and commandResult.Tobias Bosch
2019-07-13Add -print-cmdline and -print-configTobias Bosch
2019-07-11Support resource usage loggingTobias Bosch