Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/ftrace/
Dftrace_parser.cc858 int64_t change_bytes = static_cast<int64_t>(ion.len()) * (grow ? 1 : -1); in ParseIonHeapGrowOrShrink() local
861 int64_t total_bytes = ion.total_allocated() + change_bytes; in ParseIonHeapGrowOrShrink()
888 timestamp, static_cast<double>(change_bytes), track); in ParseIonHeapGrowOrShrink()