Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-snapshot-generator.h208 struct TimeInterval { struct
209 explicit TimeInterval(SnapshotObjectId id) in TimeInterval() argument
211 SnapshotObjectId last_assigned_id() const { return id - kObjectIdStep; } in last_assigned_id()
235 const List<TimeInterval>& samples() const { return time_intervals_; } in samples() argument
/external/llvm/lib/Support/
DCachePruning.cpp71 auto TimeInterval = sys::TimeValue(sys::TimeValue::SecondsType(Interval)); in prune() local