Searched refs:countCycles_ (Results 1 – 2 of 2) sorted by relevance
1160 read(fd2nd_, &countCycles_, sizeof(long long)); in ~HitracePerfScoped()1162 CountTrace(mTag_, mName_ + "-Cycle", countCycles_); in ~HitracePerfScoped()1180 read(fd2nd_, &countCycles_, sizeof(long long)); in GetCycleCount()1181 return countCycles_; in GetCycleCount()
241 long long countCycles_ = 0; variable