v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::HeapObjectsMap::TimeInterval Struct Reference

#include <heap-snapshot-generator.h>

Collaboration diagram for v8::internal::HeapObjectsMap::TimeInterval:

Public Member Functions

 TimeInterval (SnapshotObjectId id)
 
SnapshotObjectId last_assigned_id () const
 

Public Attributes

SnapshotObjectId id
 
uint32_t size
 
uint32_t count
 
base::TimeTicks timestamp
 

Detailed Description

Definition at line 308 of file heap-snapshot-generator.h.

Constructor & Destructor Documentation

◆ TimeInterval()

v8::internal::HeapObjectsMap::TimeInterval::TimeInterval ( SnapshotObjectId id)
inlineexplicit

Definition at line 309 of file heap-snapshot-generator.h.

Member Function Documentation

◆ last_assigned_id()

SnapshotObjectId v8::internal::HeapObjectsMap::TimeInterval::last_assigned_id ( ) const
inline

Definition at line 311 of file heap-snapshot-generator.h.

Member Data Documentation

◆ count

uint32_t v8::internal::HeapObjectsMap::TimeInterval::count

Definition at line 314 of file heap-snapshot-generator.h.

◆ id

SnapshotObjectId v8::internal::HeapObjectsMap::TimeInterval::id

Definition at line 312 of file heap-snapshot-generator.h.

◆ size

uint32_t v8::internal::HeapObjectsMap::TimeInterval::size

Definition at line 313 of file heap-snapshot-generator.h.

◆ timestamp

base::TimeTicks v8::internal::HeapObjectsMap::TimeInterval::timestamp

Definition at line 315 of file heap-snapshot-generator.h.


The documentation for this struct was generated from the following file: