Searched defs:ProfileInfo (Results 1 – 2 of 2) sorted by relevance
57 struct ProfileInfo { struct58 uint64_t tid = 0;59 uint64_t startTime = 0;60 uint64_t stopTime = 0;61 struct CpuProfileNode nodes[MAX_NODE_COUNT];62 int nodeCount = 0;63 CVector<int> samples;64 CVector<int> timeDeltas;66 uint64_t gcTime = 0;67 uint64_t cInterpreterTime = 0;[all …]
44 using ProfileInfo = ecmascript::ProfileInfo; variable