5#ifndef FLUTTER_IMPELLER_BASE_TIMING_H_
6#define FLUTTER_IMPELLER_BASE_TIMING_H_
14using Clock = std::chrono::high_resolution_clock;
15using TimePoint = std::chrono::time_point<std::chrono::high_resolution_clock>;
std::chrono::time_point< std::chrono::high_resolution_clock > TimePoint
std::chrono::duration< float, std::milli > MillisecondsF
std::chrono::duration< float > SecondsF
std::chrono::high_resolution_clock Clock