HomeSort by relevance Sort by last modified time
    Searched refs:CumulativeLogger (Results 1 - 10 of 10) sorted by null

  /art/runtime/base/
timing_logger.cc 34 constexpr size_t CumulativeLogger::kLowMemoryBucketCount;
35 constexpr size_t CumulativeLogger::kDefaultBucketCount;
38 CumulativeLogger::CumulativeLogger(const std::string& name)
45 CumulativeLogger::~CumulativeLogger() {
49 void CumulativeLogger::SetName(const std::string& name) {
54 void CumulativeLogger::Start() {
57 void CumulativeLogger::End() {
62 void CumulativeLogger::Reset()
    [all...]
timing_logger.h 31 class CumulativeLogger {
33 explicit CumulativeLogger(const std::string& name);
34 ~CumulativeLogger();
74 DISALLOW_COPY_AND_ASSIGN(CumulativeLogger);
  /art/compiler/
common_compiler_test.h 33 class CumulativeLogger;
83 std::unique_ptr<CumulativeLogger> timer_;
oat_test.cc 103 timer_.reset(new CumulativeLogger("Compilation times"));
common_compiler_test.cc 313 timer_.reset(new CumulativeLogger("Compilation times"));
  /art/runtime/gc/collector/
garbage_collector.h 138 const CumulativeLogger& GetCumulativeTimings() const {
195 CumulativeLogger cumulative_timings_;
  /art/compiler/driver/
compiler_driver.h 113 CumulativeLogger* timer, int swap_fd = -1,
428 CumulativeLogger* GetTimingsLogger() const {
819 CumulativeLogger* const timings_logger_;
    [all...]
compiler_driver.cc 340 bool dump_stats, bool dump_passes, CumulativeLogger* timer,
    [all...]
  /art/dex2oat/
dex2oat.cc 366 CumulativeLogger& compiler_phases_timings,
    [all...]
  /art/runtime/gc/
heap.cc     [all...]

Completed in 191 milliseconds