Searched defs:TimeSlot (Results 1 – 1 of 1) sorted by relevance
80 struct TimeSlot { struct in google::camera_common::__anonb6f0bfcc0111::ProfilerImpl81 int64_t start;82 int64_t end;83 int32_t count;84 TimeSlot() : start(0), end(0), count(0) { in TimeSlot() function