Home
last modified time | relevance | path

Searched defs:HeapStatsUpdate (Results 1 – 1 of 1) sorted by relevance

/external/v8/include/
Dv8-profiler.h636 struct HeapStatsUpdate { struct
637 HeapStatsUpdate(uint32_t index, uint32_t count, uint32_t size) in HeapStatsUpdate() argument
639 uint32_t index; // Index of the time interval that was changed.
640 uint32_t count; // New value of count field for the interval with this index.
641 uint32_t size; // New value of size field for the interval with this index.