aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/profiler
Commit message (Expand)AuthorAge
* Add experimental option to do add local cpu usage values to the JSON profile.Gravatar twerth2018-08-14
* Explicitly cast ByteBuffer in clear() call to Buffer.Gravatar Tobias Werth2018-08-14
* Add experimental tool to turn Bazel Json profiles into graphs.Gravatar twerth2018-08-13
* Add new class to create cpu usage time series.Gravatar twerth2018-08-13
* Add critical path as fake thread 0 to the JSON profile.Gravatar twerth2018-08-10
* Get newlines back. After the switch to using a JsonWriter, the json profileGravatar Googler2018-07-31
* Use JsonWriter to ensure correct escaping of valuesGravatar ulfjack2018-07-31
* Add an option to compress the JSON trace profile.Gravatar twerth2018-07-27
* Reduce the set of profiler events for the json profileGravatar ulfjack2018-07-26
* Add the thread name as metadata to the Json profileGravatar ulfjack2018-07-25
* Bazel server, tools: ensure Writers are closedGravatar laszlocsomor2018-07-10
* Improve logging for parsing skylark files.Gravatar twerth2018-07-09
* Replace instances of Blaze with Bazel.Gravatar Dan Fabulich2018-07-05
* Add category to JSON profile to distinguish between different events for the ...Gravatar twerth2018-07-03
* Set the start time of binary and JSON profiles to zero correctly.Gravatar lberki2018-07-02
* Add a convenience method to ProfilerGravatar ulfjack2018-06-14
* Add support for the Json trace file formatGravatar ulfjack2018-06-12
* Refactor profilerGravatar ulfjack2018-06-12
* Automated rollback of commit 15b8c259db111012b4642287172cb4d1d82151f3.Gravatar jmmv2018-06-11
* Refactor profilerGravatar ulfjack2018-06-11
* Add AutoProfiler-like API to ProfilerGravatar ulfjack2018-06-11
* Clean up Profiler a bitGravatar ulfjack2018-06-08
* Skylark: do not eagerly scan the whole fileGravatar laurentlb2018-05-22
* Optimizes performance of ActionFS staging and eliminates ActionFS updates.Gravatar shahan2018-05-15
* Records profiling information for ActionFS staging and updates.Gravatar shahan2018-05-11
* Automatic code cleanup.Gravatar Googler2018-05-02
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Fix profiler slow task limitingGravatar michajlo2018-04-24
* Change profiling to only accept strings for its "description" argument. Profi...Gravatar janakr2018-04-01
* Refactor and cleanup the sandboxing code.Gravatar Philipp Wollermann2018-03-23
* Fix ConcurrentModificationException in memory tracker.Gravatar tomlu2018-03-22
* 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
* Fix Callcounts crash.Gravatar tomlu2018-02-15
* Remove :foundation from the export list of :packages.Gravatar tomlu2017-11-09
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Thread FileSystem through to a single Path#delete call site.Gravatar tomlu2017-10-30
* Add memory profiler.Gravatar tomlu2017-10-18
* Add callcount system for blaze developers.Gravatar tomlu2017-10-16
* Fix #3102 HtmlChart is uncoloredGravatar Andreas Hippler2017-09-12
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Fix assorted ErrorProne warnings.Gravatar lberki2017-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
* Remove ide_build_info command.Gravatar dslomov2017-07-05
* Undo Java 8 updates to fix bootstrapping on MacOS.Gravatar laszlocsomor2017-06-30
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Adding support for SHA256 for remote execution. Switch remote execution to useGravatar olaola2017-06-20
* Refactor AutoProfiler to enable other loggers to work.Gravatar Janak Ramakrishnan2017-02-17