aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/AbstractCriticalPathComponent.java
Commit message (Expand)AuthorAge
* Use an interface to convert from nanos to millis since epochGravatar ulfjack2018-07-24
* Accept Durations in the CriticalPathComponent and Profiler.Gravatar ccalvarin2018-02-22
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Make isRunning protected.Gravatar janakr2017-07-21
* Avoid Preconditions failures when formatting messages for Preconditions failu...Gravatar janakr2017-05-09
* When tracking the critical path, if not keeping incremental state, don't keep...Gravatar janakr2017-04-06
* Make "profile --html --html_details" work again.Gravatar Lukacs Berki2017-01-03
* Tolerate the rare state where a dependent of a previously cached shared actio...Gravatar Janak Ramakrishnan2016-09-28
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Use a single critical path component in case of shared actions that run concu...Gravatar Miguel Alcon Pinto2015-03-23
* Compute action start time in critical path using Clock.currentTimeMillis inst...Gravatar Miguel Alcon Pinto2015-02-25
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25