From 3e358fa62562bfd581b481f436e829487db14715 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Thu, 2 Jun 2022 02:55:14 +0200 Subject: [PATCH] profiles/desc: fix useflag name Signed-off-by: Alessandro Barbieri --- profiles/desc/parsec_prof.desc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/profiles/desc/parsec_prof.desc b/profiles/desc/parsec_prof.desc index c6f71c4128..b35c79134f 100644 --- a/profiles/desc/parsec_prof.desc +++ b/profiles/desc/parsec_prof.desc @@ -9,10 +9,11 @@ dry-body - Disable calls to the actual bodies, no computation is performed dry-dep - Disable calls to the actual data transport, remote dependencies are notified, but no data movement takes place dry-run - Disable calls to the actual bodies and do not move the data between nodes, unfold the dependencies only grapher - Enable the generation of the dot graph representation during execution +helper-thread - Use an extra thread to progress the data movements mmap - Use MMAP to create the profile files otf2 - Force otf2 to be the profiling system pins - Enable the use of the PaRSEC callback instrumentation system -ptg - Generate Profiling traces for the internal_init tasks in the PTG interface -rusage - Print the rusage per execution unit for each progress +ptg-internal-init - Generate Profiling traces for the internal_init tasks in the PTG interface +rusage-eu - Print the rusage per execution unit for each progress scheduling-events - Enable the tracing of fine-grained scheduling details during execution -prof-tau - Experimental usage of TAU profiling framework +tau - Experimental usage of TAU profiling framework