[Openmp-commits] [PATCH] D133463: [OpenMP] Device Time Profile

Johannes Doerfert via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Sat Dec 10 09:20:19 PST 2022


jdoerfert added a comment.

In D133463#3986224 <https://reviews.llvm.org/D133463#3986224>, @dhruvachak wrote:

> Can you please describe at a high level what data "Device Time Profile" is supposed to collect and how you are collecting it? Is there a specification somewhere for this functionality?

The profile collects time spend between user (or compiler) placed calls to start/stop a timer. The patch is not complete and I am not sure if Neeraj monitors these emails.
The values are spliced into our LIBOMPTARGET_PROFILE output, so you view it the same way, e.g., via Chrome tracing.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133463/new/

https://reviews.llvm.org/D133463



More information about the Openmp-commits mailing list