Searched defs:InteropProfilerRecord (Results 1 – 1 of 1) sorted by relevance
30 struct InteropProfilerRecord { struct33 InteropProfilerRecord(int64_t time, int64_t count) : time(time), count(count) {} in InteropProfilerRecord() argument