aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/profiler/statistics
Commit message (Expand)AuthorAge
* Clean up Profiler a bitGravatar ulfjack2018-06-08
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Split the cycle between vfs and profiler.Gravatar philwo2017-08-31
* Undo Java 8 updates to fix bootstrapping on MacOS.Gravatar laszlocsomor2017-06-30
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Fix NPE in vfs profile outputGravatar Kristina Chodorow2016-02-03
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Add profiler support for compiled Skylark.Gravatar Florian Weikert2015-11-10
* Add HTML profiler execution phase statisticsGravatar Klaas Boesche2015-10-13
* Add combine option for multiple profile file statsGravatar Klaas Boesche2015-10-09
* Refactor SkylarkStatistics to reduce size.Gravatar Klaas Boesche2015-10-05
* Make CriticalPathStatistics output optional.Gravatar Klaas Boesche2015-10-05
* Add --task_tree and --task_tree_threshold options.Gravatar Klaas Boesche2015-10-02
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Heavily refactor ProfileCommand to separate output and statistics generation ...Gravatar Klaas Boesche2015-09-22