Searched defs:TimeTraceProfilerEntry (Results 1 – 1 of 1) sorted by relevance
68 struct TimeTraceProfilerEntry { struct69 const TimePointType Start;70 TimePointType End;71 const std::string Name;72 const std::string Detail;74 TimeTraceProfilerEntry(TimePointType &&S, TimePointType &&E, std::string &&N, in TimeTraceProfilerEntry() argument82 ClockType::rep getFlameGraphStartUs(TimePointType StartTime) const { in getFlameGraphStartUs()88 ClockType::rep getFlameGraphDurUs() const { in getFlameGraphDurUs()