Searched refs:mapClockid (Results 1 – 1 of 1) sorted by relevance
68 static std::map<std::string, int> mapClockid = { in GetClockId() local74 auto it = mapClockid.find(name); in GetClockId()75 if (it == mapClockid.end()) { in GetClockId()