You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CALI_SERVICES_ENABLE=aggregate,event,mpi,mpireport,timestamp
CALI_TIMER_INCLUSIVE_DURATION=true
CALI_MPIREPORT_CONFIG="select avg(sum#time.inclusive.duration) GROUP BY annotation,function FORMAT tree"
How can I sort the children of finitialize, setup_tree_matrix and state-update by inclusive time or even name? I tried adding ORDER BY time.duration but that didn't help.
The text was updated successfully, but these errors were encountered:
Hello,
I have following config :
and that gives me following result :
How can I sort the children of
finitialize
,setup_tree_matrix
andstate-update
by inclusive time or even name? I tried addingORDER BY time.duration
but that didn't help.The text was updated successfully, but these errors were encountered: