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