"src/api/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "fcb324a5adeefae816fdeb79ee6a0bb10c74256f"
Commit eaf9a3fd authored by dmauro's avatar dmauro Committed by Dino Radaković
Browse files

Googletest export

Use the time_point from steady_clock instead of the template
This fixes the build on some embedded compilers

PiperOrigin-RevId: 368879480
parent 831bc035
...@@ -1044,7 +1044,7 @@ class Timer { ...@@ -1044,7 +1044,7 @@ class Timer {
} }
private: private:
std::chrono::time_point<std::chrono::steady_clock> start_; std::chrono::steady_clock::time_point start_;
}; };
// Returns a timestamp as milliseconds since the epoch. Note this time may jump // Returns a timestamp as milliseconds since the epoch. Note this time may jump
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment