![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <heap-snapshot-generator.h>
Public Member Functions | |
TimeInterval (SnapshotObjectId id) | |
SnapshotObjectId | last_assigned_id () const |
Public Attributes | |
SnapshotObjectId | id |
uint32_t | size |
uint32_t | count |
base::TimeTicks | timestamp |
Definition at line 308 of file heap-snapshot-generator.h.
|
inlineexplicit |
Definition at line 309 of file heap-snapshot-generator.h.
|
inline |
Definition at line 311 of file heap-snapshot-generator.h.
uint32_t v8::internal::HeapObjectsMap::TimeInterval::count |
Definition at line 314 of file heap-snapshot-generator.h.
SnapshotObjectId v8::internal::HeapObjectsMap::TimeInterval::id |
Definition at line 312 of file heap-snapshot-generator.h.
uint32_t v8::internal::HeapObjectsMap::TimeInterval::size |
Definition at line 313 of file heap-snapshot-generator.h.
base::TimeTicks v8::internal::HeapObjectsMap::TimeInterval::timestamp |
Definition at line 315 of file heap-snapshot-generator.h.