#2380: Add task measurements using linux perf#2381
Conversation
Pipelines resultsPR tests (clang-13, alpine, mpich) Build for 92ea7ec (2025-02-05 15:23:41 UTC) PR tests (gcc-10, ubuntu, openmpi, no LB) Build for 92ea7ec (2025-02-05 15:23:41 UTC) PR tests (clang-9, ubuntu, mpich) Build for 92ea7ec (2025-02-05 15:23:41 UTC) PR tests (gcc-9, ubuntu, mpich, zoltan) Build for 92ea7ec (2025-02-05 15:23:41 UTC) PR tests (clang-12, ubuntu, mpich) Build for 92ea7ec (2025-02-05 15:23:41 UTC) PR tests (clang-13, ubuntu, mpich) Build for 92ea7ec (2025-02-05 15:23:41 UTC) PR tests (clang-14, ubuntu, mpich, verbose) Build for 92ea7ec (2025-02-05 15:23:41 UTC) PR tests (clang-11, ubuntu, mpich) Build for 92ea7ec (2025-02-05 15:23:41 UTC) PR tests (clang-10, ubuntu, mpich) Build for 92ea7ec (2025-02-05 15:23:41 UTC) PR tests (gcc-11, ubuntu, mpich, trace runtime, coverage) Build for 92ea7ec (2025-02-05 15:23:41 UTC) PR tests (intel icpx, ubuntu, mpich, verbose) Build for 92ea7ec (2025-02-05 15:23:41 UTC) PR tests (nvidia cuda 12.2.0, gcc-9, ubuntu, mpich, verbose) Build for 92ea7ec (2025-02-05 15:23:41 UTC) PR tests (gcc-12, ubuntu, mpich, verbose, kokkos) Build for 92ea7ec (2025-02-05 15:23:41 UTC) PR tests (nvidia cuda 11.2, gcc-9, ubuntu, mpich) Build for 92ea7ec (2025-02-05 15:23:41 UTC) PR tests (intel icpc, ubuntu, mpich) Build for 92ea7ec (2025-02-05 15:23:41 UTC) |
lifflander
left a comment
There was a problem hiding this comment.
Looks good overall. A few minor improvements requested
638b412 to
209632c
Compare
|
@pierrepebay I was unable to reproduce the failures from both |
|
@pierrepebay See this for an example use of vt/tests/unit/trace/test_runnable_context_trace.cc Lines 61 to 63 in e4e445f |
05d1f25 to
8235013
Compare
| while (std::getline(ss, item, ',')) | ||
| { |
There was a problem hiding this comment.
The formatting here is still incorrect:
| while (std::getline(ss, item, ',')) | |
| { | |
| while (std::getline(ss, item, ',')) { |
Co-authored-by: Cezary Skrzyński <cezary.skrzynski@ng-analytics.com>
Fixes #2380.
This contains the work done in #2304 with only the Linux Perf component.