Home
last modified time | relevance | path

Searched refs:total_allocated_bytes_ (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/diagnostics/
Dcompilation-statistics.cc51 total_allocated_bytes_ += stats.total_allocated_bytes_; in Accumulate()
70 MEMBER("total_allocated_bytes") << total_allocated_bytes_ << "," in AsJSON()
91 static_cast<double>(stats.total_allocated_bytes_ * 100) / in WriteLine()
92 static_cast<double>(total_stats.total_allocated_bytes_); in WriteLine()
96 stats.total_allocated_bytes_); in WriteLine()
101 name, ms, percent, stats.total_allocated_bytes_, in WriteLine()
Dcompilation-statistics.h34 : total_allocated_bytes_(0), in BasicStats()
43 size_t total_allocated_bytes_; variable
/third_party/node/deps/v8/src/compiler/
Dpipeline-statistics.cc44 diff->total_allocated_bytes_ = in End()