Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/koala-wrapper/koalaui/interop/src/cpp/
Dprofiler.h30 struct InteropProfilerRecord { struct
33 InteropProfilerRecord(int64_t time, int64_t count) : time(time), count(count) {} in InteropProfilerRecord() argument