|
enum | { MAX = MSM_MAX_BLOCK_SIZE+1
} |
|
Definition at line 318 of file ComputeMsm.C.
◆ anonymous enum
◆ MsmProfiler()
MsmProfiler::MsmProfiler |
( |
| ) |
|
|
inline |
◆ done()
void MsmProfiler::done |
( |
int |
lc[], |
|
|
int |
n |
|
) |
| |
|
inline |
◆ print()
void MsmProfiler::print |
( |
| ) |
|
|
inline |
Definition at line 329 of file ComputeMsm.C.
References MAX, and xloopcnt.
Referenced by done().
332 CkPrintf(
"MSM profiling:\n");
333 CkPrintf(
" total executions of inner loop: %d\n", sum);
334 for (
int i = 0; i <
MAX; i++) {
335 CkPrintf(
" executing %d times: %d (%5.2f%%)\n",
◆ xloopcnt
int MsmProfiler::xloopcnt[MAX] |
The documentation for this class was generated from the following file: