Searched defs:STWParam (Results 1 – 1 of 1) sorted by relevance
53 struct STWParam { struct54 const char* stwReason;55 uint64_t elapsedTimeNs = 0;57 uint64_t GetElapsedNs() const { return elapsedTimeNs; } in GetElapsedNs()58 uint64_t GetElapsedUs() const { return elapsedTimeNs / 1000; } in GetElapsedUs()