[PATCH] D78901: [Support] Get process statistics in ExecuteAndWait and Wait

Serge Pavlov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 25 21:17:26 PDT 2020


sepavloff marked an inline comment as done.
sepavloff added inline comments.


================
Comment at: llvm/include/llvm/Support/Program.h:60
+    std::chrono::microseconds UserTime;
+    uint64_t PeakMemory = 0;
+  };
----------------
hubert.reinterpretcast wrote:
> 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.
Thank you!


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