Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.h284 struct TimeInterval { struct
285 explicit TimeInterval(SnapshotObjectId id) in TimeInterval() argument
287 SnapshotObjectId last_assigned_id() const { return id - kObjectIdStep; } in last_assigned_id()
288 SnapshotObjectId id;
289 uint32_t size;
290 uint32_t count;
291 base::TimeTicks timestamp;