Searched refs:RawPerformanceEntry (Results 1 – 7 of 7) sorted by relevance
21 using RawPerformanceEntry = NativePerformanceObserverCxxBaseRawPerformanceEntry< variable32 struct Bridging<RawPerformanceEntry>44 std::vector<RawPerformanceEntry>,50 std::vector<RawPerformanceEntry>,72 void logRawEntry(jsi::Runtime &rt, RawPerformanceEntry entry);87 std::vector<RawPerformanceEntry> getEntries(
26 RawPerformanceEntry toRawPerformanceEntry() const;47 RawPerformanceEntry toRawPerformanceEntry() const;90 void logEntry(const RawPerformanceEntry &entry);118 std::vector<RawPerformanceEntry> getEntries(140 std::vector<RawPerformanceEntry> entries_;180 std::vector<RawPerformanceEntry> getCircularBufferContents(185 std::vector<RawPerformanceEntry> res;
23 RawPerformanceEntry PerformanceMark::toRawPerformanceEntry() const { in toRawPerformanceEntry()34 RawPerformanceEntry PerformanceMeasure::toRawPerformanceEntry() const { in toRawPerformanceEntry()84 void PerformanceEntryReporter::logEntry(const RawPerformanceEntry &entry) { in logEntry()182 const RawPerformanceEntry &entry = entries_[pos]; in clearEntries()193 std::vector<RawPerformanceEntry> PerformanceEntryReporter::getEntries( in getEntries()
61 RawPerformanceEntry entry) { in logRawEntry()90 std::vector<RawPerformanceEntry> NativePerformanceObserver::getEntries( in getEntries()
21 using RawPerformanceEntry = NativePerformanceObserverCxxBaseRawPerformanceEntry< variable32 struct Bridging<RawPerformanceEntry>54 std::vector<RawPerformanceEntry> getPendingEntries(jsi::Runtime &rt);
29 std::vector<RawPerformanceEntry> NativePerformanceObserver::getPendingEntries( in getPendingEntries()31 return std::vector<RawPerformanceEntry>{}; in getPendingEntries()
18 const RawPerformanceEntry &entry) { in operator <<()105 const std::vector<RawPerformanceEntry> expected = { in TEST()166 const std::vector<RawPerformanceEntry> expected = { in TEST()228 const std::vector<RawPerformanceEntry> &entries) { in getNames()234 [](const RawPerformanceEntry &e) { return e.name; }); in getNames()239 const std::vector<RawPerformanceEntry> &entries) { in getTypes()245 [](const RawPerformanceEntry &e) { return e.entryType; }); in getTypes()