aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/actions/ActionResult.java
Commit message (Expand)AuthorAge
* Add fields to record block I/O and involuntary context switch execution stati...Gravatar ruperts2017-12-08
* Add user and system execution time to provide total CPU execution time for ea...Gravatar ruperts2017-12-01
* Return SpawnResults using a List instead of a Set.Gravatar ruperts2017-11-21
* Use Durations to store wall, user and system execution time in SpawnResults, ...Gravatar ruperts2017-11-06
* Post non-empty ActionResults for all completed Actions.Gravatar ruperts2017-10-23
* Actions now have the option of returning an ActionResult, containing a (possi...Gravatar ruperts2017-10-18