This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Fix declaration of nano time function in benchmark infra
ClosedPublic

Authored by shabalin on May 9 2022, 3:46 AM.

Details

Summary

In d4555698f89af373f43dcb4aa1587231496bcd31, the name of nano precision timer function has changed from nano_time to nanoTime, but benchmarks were not updated to reflect that. This change addresses the discrepancy.

Diff Detail

Event Timeline

shabalin created this revision.May 9 2022, 3:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 9 2022, 3:46 AM
shabalin requested review of this revision.May 9 2022, 3:46 AM

Could you please reference the commit that changed the function name in the description of this commit?

shabalin updated this revision to Diff 429177.May 13 2022, 2:40 AM

Update commit message to refer to the prior commit, as requested.

shabalin edited the summary of this revision. (Show Details)May 13 2022, 2:41 AM
ftynse accepted this revision.May 13 2022, 2:46 AM
This revision is now accepted and ready to land.May 13 2022, 2:46 AM
This revision was landed with ongoing or failed builds.May 13 2022, 4:22 AM
This revision was automatically updated to reflect the committed changes.