[PATCH] D78901: [Support] Get process statistics in ExecuteAndWait and Wait
Hubert Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 25 14:45:02 PDT 2020
hubert.reinterpretcast marked an inline comment as done.
hubert.reinterpretcast added inline comments.
================
Comment at: llvm/include/llvm/Support/Program.h:60
+ std::chrono::microseconds UserTime;
+ uint64_t PeakMemory = 0;
+ };
----------------
hubert.reinterpretcast wrote:
> I believe a comment indicating the unit of measure used with the value (looks like KiB to me) should be added.
@sepavloff, I've added the comment to rGc498780526ebc07f6ba589067a65ce86a4eb2207.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78901/new/
https://reviews.llvm.org/D78901
More information about the llvm-commits
mailing list