| 144 | uint64 start_cycles = profile_utils::CpuUtils::GetCurrentClockCycle(); |
| 145 | |
| 146 | uint64 ElapsedCycles() { |
| 147 | return profile_utils::CpuUtils::GetCurrentClockCycle() - start_cycles; |
| 148 | } |
| 149 | }; |
| 150 | |
| 151 | // TODO(b/152925936): Re-evaluate these constants with current usage patterns. |