This is an archive of the discontinued LLVM Phabricator instance.

Remove TimeValue class
ClosedPublic

Authored by labath on Nov 9 2016, 7:34 AM.

Details

Summary

All usages have been replaced by appropriate std::chrono funcionality, and the
class is now unused. The only used part of the cpp file is the DumpTimePoint
function, which I have moved into the only caller (CommandObjectTarget.cpp).

Diff Detail

Repository
rL LLVM

Event Timeline

labath updated this revision to Diff 77346.Nov 9 2016, 7:34 AM
labath retitled this revision from to Remove TimeValue class.
labath updated this object.
labath added reviewers: clayborg, zturner.
labath added a subscriber: lldb-commits.
This revision was automatically updated to reflect the committed changes.
lldb/trunk/source/Commands/CommandObjectTarget.cpp