aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/profiler/Profiler.java
Commit message (Expand)AuthorAge
* Fix profiler slow task limitingGravatar michajlo2018-04-24
* Change profiling to only accept strings for its "description" argument. Profi...Gravatar janakr2018-04-01
* Introduce an Extrema aggregator.Gravatar nharmata2018-02-28
* Add functionality to MemoryProfiler to do multiple garbage collections at the...Gravatar janakr2018-02-28
* 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
* Rename all logger instances to "logger" (instead "LOG" or "log").Gravatar lberki2017-09-05
* Split the cycle between vfs and profiler.Gravatar philwo2017-08-31
* Add desired type of Profiler action to error message on crash. Also use Preco...Gravatar Janak Ramakrishnan2017-01-25
* Tolerate null variable values in Profiler. This can happen when the build fin...Gravatar Janak Ramakrishnan2016-06-15
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Record histogram and other statistics for the ProfileTask objects. In case of...Gravatar Miguel Alcon Pinto2015-11-19
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25