Home
last modified time | relevance | path

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

/hardware/google/camera/common/profiler/
Dprofiler.cc80 struct TimeSlot { struct in google::camera_common::__anonb6f0bfcc0111::ProfilerImpl
81 int64_t start;
82 int64_t end;
83 int32_t count;
84 TimeSlot() : start(0), end(0), count(0) { in TimeSlot() function