Home
last modified time | relevance | path

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

/aosp12/art/perfetto_hprof/
H A Dperfetto_hprof.cc75 constexpr uint32_t kPacketSizeThreshold = 400000; variable
275 return !heap_graph_ || ctx_->written() - last_written_ > kPacketSizeThreshold; in will_create_new_packet()