Home
last modified time | relevance | path

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

/external/v8/include/
Dv8-profiler.h905 struct HeapStatsUpdate { struct
906 HeapStatsUpdate(uint32_t index, uint32_t count, uint32_t size) in HeapStatsUpdate() function
908 uint32_t index; // Index of the time interval that was changed.
909 uint32_t count; // New value of count field for the interval with this index.
910 uint32_t size; // New value of size field for the interval with this index.