Skip to content

Commit

Permalink
high_resolution_clock
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheil Kumar committed Oct 30, 2023
1 parent 51a8c24 commit e1d59a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime/test/perftest/ort_test_session.cc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ std::chrono::duration<double> OnnxRuntimeTestSession::Run() {
auto& input = test_inputs_.at(id);

struct Timer {
std::chrono::steady_clock::time_point start_;
std::chrono::high_resolution_clock::time_point start_;

static Timer Start() {
return Timer{std::chrono::high_resolution_clock::now()};
Expand Down

0 comments on commit e1d59a1

Please sign in to comment.