- separate broadcast times from reduce/gather/scatter time - separate wait times from all-to-all time - support invocation counts, split off requests time/count from others to avoid flooding the counts - support 'detail' switch to increase the output information. Format may change in the future
11 lines
178 B
C++
11 lines
178 B
C++
// -*- C++ -*-
|
|
|
|
profiling
|
|
{
|
|
#includeEtc "caseDicts/profiling/parallel.cfg"
|
|
detail 2;
|
|
}
|
|
|
|
|
|
// ************************************************************************* //
|